Modular audio synthesis environment built in Rust. Node-based graph editor for real-time audio pipelines, scriptable in Rhai.
A live, programmable computer that runs in your browser. Everything on screen — the shell, the editor, the program you're running — is something you can open up and rewrite while it keeps running. It runs on Sigil, a language built from scratch for it: algebraic effects give one mechanism that covers exceptions, async, generators, and backtracking, and algebraic data types come with exhaustive pattern matching. The compiler evaluates what it can ahead of time, rewrites and collapses the syntax tree, and JIT-compiles hot loops to WebAssembly — so even code you just typed runs fast. Built in Rust.