• v4.2.0 8c6e2b55c6

    v4.2.0 — 80+ features, 55+ built-in methods
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-16 10:15:10 -03:00 | 141 commits to main since this release

    Self-hosting: 2467 lines, 80+ features, 55+ built-in methods, blocks (each/map/select/reduce/reject/any?/all?/times), classes with inheritance, 11/11 tests.

    Downloads
  • v4.1.0 468ac2f9e6

    v4.1.0 — Self-hosting 60+ features, 11/11 bootstrap tests
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-16 09:53:23 -03:00 | 146 commits to main since this release

    Koder v4.1.0

    Self-hosted bootstrap (1956 lines)

    • Full pipeline: source → tokenize → parse → compile → bytecode VM → output
    • 11/11 tests, 60+ language features
    • Classes with inheritance, functions, if/elsif/else, while, for-in, case/when
    • Arrays, hashes, ranges, lambdas, 25+ built-in methods

    Rust workspace

    • 21 crates, ~95K+ lines, 3124 tests
    Downloads
  • v4.0.2 1c1ca701cb

    v4.0.2 — Inheritance, 55+ features
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-15 21:18:06 -03:00 | 148 commits to main since this release

    Class inheritance with parent method lookup. 55+ features, 11/11 tests, 1917 lines bootstrap.

    Downloads
  • v4.0.1 2ae9f3e185

    v4.0.1 — 50+ features, 11 bootstrap tests
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-15 21:13:43 -03:00 | 149 commits to main since this release

    Bootstrap: 50+ features, 11/11 tests, +=/-=, !/NOT, compound assignment.

    Downloads
  • v4.0.0 7fa4bf28e0

    v4.0.0 — Self-hosting milestone (45+ features, 12 bootstrap tests)
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-15 21:05:52 -03:00 | 150 commits to main since this release

    Koder v4.0.0 — Self-hosting milestone

    Koder can now process its own code through a complete pipeline:
    source → tokenize → parse → compile → bytecode VM → output

    Self-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
    Downloads
  • v3.9.0 c6b68c266f

    v3.9.0 — Self-hosted Lexer! Koder tokenizes itself!
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-14 20:53:33 -03:00 | 217 commits to main since this release

    37/37 lexer tests passing. Koder can now tokenize its own source code!
    3067 tests, 0 failures. Bug fixes: forward reference, globals, defined?.

    Downloads
  • v3.8.0 b98af72268

    v3.8.0 — Bug fixes + Self-hosting
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-14 20:24:49 -03:00 | 219 commits to main since this release

    Array push in-place, postfix if, type identifier. Self-hosted lexer mínimo funcional. 3057 testes.

    Downloads
  • v3.7.0 508eb31643

    v3.7.0 — All stdlib tickets complete! (50+ modules)
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-14 19:56:54 -03:00 | 222 commits to main since this release

    SMTP, IMAP, SSH, DNS, S3. All 20 stdlib tickets (003-021) done!
    3044 tests, 32.5K lines, 50+ modules.

    Downloads
  • v3.6.0 25599caeba

    v3.6.0 — GraphQL, MQTT, OTel, Protobuf, MessagePack
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-14 19:45:40 -03:00 | 223 commits to main since this release

    5 módulos nativos. 3022 testes, 0 falhas. 31.2K linhas no interpreter.

    Downloads
  • v3.5.0 5956a014bf

    v3.5.0 — PostgreSQL + Redis + gRPC (3000+ tests!)
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-14 19:32:20 -03:00 | 224 commits to main since this release

    PG, Redis in-memory, gRPC simplificado. 3001 testes, 0 falhas.

    Downloads