Performance
Native code speed
Compiles to native binaries via LLVM with LTO. Native code runs ~30x faster than VM, JIT ~6x faster.
Script is a high‑performance systems language with TypeScript syntax, compiling to native code via Cranelift JIT and LLVM AOT. Features a self‑hosting compiler, Rust‑inspired ownership model, and SSA IR optimizations.
Self‑hosting complete • 113 tests passing • ~30x faster native code
A minimal core language (like C without libc) with optional Rolls ecosystem libraries.
Compiles to native binaries via LLVM with LTO. Native code runs ~30x faster than VM, JIT ~6x faster.
Familiar JavaScript/TypeScript syntax with classes, async/await, modules, and full type system.
Rust‑inspired ownership semantics with compile‑time borrow checking for memory safety.
Script Core is self‑contained. Extended functionality via optional Rolls ecosystem libraries.