Skip to content

Releases: orbitlang/Orbit

Orbit v0.1.0 — First alpha

Pre-release

Choose a tag to compare

@jacopodl jacopodl released this 24 Jun 14:41

First release 🥳. The language compiles and runs and the core runtime is functional, but this is an early alpha: syntax, bytecode, and APIs are still moving and it is not meant for production.

Known limitations

  • The REPL does not work on Windows yet — use script (Orbit script.orb) or inline (-c) execution there.
  • FFI (native func) is still unstable.
  • Bytecode and APIs are not stable — expect breaking changes between releases.
  • Standard library is still early; tooling (formatter, LSP, debugger) not started.
  • Built and run on Linux, macOS and Windows; Windows builds with MSVC. See the README for build instructions and full status.