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

macOS — Apple Silicon aarch64 · 2.6 MB macOS — Intel x86_64 · 2.8 MB Linux x86_64 · 3.0 MB Windows x86_64 · 2.5 MB

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