Rust.. With ergonomics?

C/C++ style syntax for comfort. Mist is designed for fast, readable systems code with minimal friction compared to raw Rust.

Fast and works with Rust

All of your favorite Rust libraries work with Mist. It compiles directly into efficient Rust code with zero-cost abstractions and no runtime overhead.

Class and Type System

Classes are syntactic sugar for Rust structs. Using 'extends' provides inheritance-style syntax over struct composition, compiling into the underlying Rust type system.

Better Developer Experience

While Rust can already be a great DX, Mist implements concepts that are proven to improve structure.