Loft 0.8.1 is out — a statically typed scripting language in Rust where null propagates instead of crashing.
a + b where a is null? You get null, not a panic. Recover with ?? when you need it. Built-in mmap store, parallel workers, expression-oriented syntax.
Still early but stable enough for real scripts. Roadmap: native rust generation, lambdas, HTTP/JSON, Web IDE.







