loft
A statically-typed, expression-oriented scripting language with first-class structs, vectors, and a store-based heap. Runs as a tree-walking interpreter or compiles to native binaries.
Download v0.8.4
Released 2026-04-25 · release notes · all releases
Build from source
git clone https://github.com/jjstwerff/loft.git
cd loft
cargo build --release
./target/release/loft myprogram.loft
Project
- github.com/jjstwerff/loft — interpreter, compiler, source
- github.com/loft-lang/registry — package registry
- github.com/loft-lang/loft-libs-core — core utility libraries (crypto, arguments, random)
- github.com/loft-lang — ecosystem organisation