Releases: orbitlang/Orbit
Releases · orbitlang/Orbit
Release list
Orbit v0.1.0 — First alpha
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.