Show HN: Write and Run Salt v0.9.2 in the Browser
bneb-dev Monday, March 02, 2026Hey HN,
I wanted to share the new online playground for Salt (https://salt-lang.dev/playground/), a sovereign systems language designed for high-performance, distributed workloads where paying an "abstraction tax" is no longer acceptable.
We started building Salt to bridge the gap between the raw power of manual pointer arithmetic and the safety guarantees of modern high-level languages. The architecture relies on an MLIR-based backbone and a Z3-powered "formal shadow," and the design is rooted in three main pillars:
Fast Enough: The target is to stay within 20% of C's performance, while aiming to consistently outperform Rust.
Supremely Ergonomic: We didn't want to reinvent the wheel on syntax. Instead, we've shamelessly adopted the best features and syntax patterns from Julia, F#, Rust, C, Python, Haskell, Erlang, and Go.
Formally Verified: We've integrated Z3 directly into the compilation pipeline to mathematically prove safety without sacrificing developer velocity.
You can spin up the compiler directly in your browser and mess around with the syntax and verification engine without installing anything locally.
One more link to the project landing page: https://salt-lang.dev, and as always, thanks for reading.