-
v4.0.0 — Self-hosting milestone (45+ features, 12 bootstrap tests)
StableSome checks are pendingCI / build-and-test (push) Waiting to runreleased this
2026-03-15 21:05:52 -03:00 | 150 commits to main since this releaseKoder v4.0.0 — Self-hosting milestone
Koder can now process its own code through a complete pipeline:
source → tokenize → parse → compile → bytecode VM → outputSelf-hosted bootstrap (1849 lines of Koder)
- 12/12 tests passing
- 45+ language features
- Classes with @ivars and method calls
- Functions with parameters and return
- if/elsif/else, while, for-in, case/when
- Arrays, hashes, ranges, nil, &&/||, lambdas
- 25+ built-in methods (.to_s, .length, .push, .sort, etc.)
Rust workspace
- 21 crates, ~95K+ lines, 3124+ tests
- 5 backends: interpreter, VM, native AOT, JS, WASM
- 50+ stdlib modules
- Full toolchain: REPL, debugger, formatter, linter, LSP, doc gen, pkg manager
Links
- Website: https://lang.koder.dev
- Playground: https://lang.koder.dev/playground.html
- Benchmarks: https://lang.koder.dev/benchmarks.html
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads