Nyash is a Box-first programming language and runtime.
- MIR13: 13-instruction, BoxCall-unified IR
- Execution: Interpreter / VM / JIT / LLVM AOT
- Philosophy: Everything is Box
- Milestones: Native EXE, Windows GUI (2025-09-04), Self-host path clear
- Core (dev): https://github.com/moe-charm/nyash
- Papers (WIP): https://github.com/nyash-lang/papers
- Paper A: MIR13 IR design
- Paper B: Nyash language & execution model
Nyashは「Everything is Box」を核とするプログラミング言語です。13命令IR(MIR13)を軸に、Interpreter/VM/JIT/LLVM AOTを実装。2025-09-04にWindows GUI表示(EXE)を確認。論文A(IR設計)・論文B(言語/実行モデル)を公開予定。