V
void realm

A systems engineer's playground.

Projects
Aether Demo · 2026

Modular audio synthesis environment built in Rust. Node-based graph editor for real-time audio pipelines, scriptable in Rhai.

Talos Machine Demo · 2026

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.

FlowLang Preview · 2026

A language for authoring Amazon Connect contact flows as code — diffable, reviewable, and version-controlled instead of locked in the visual console. Its lints catch mistakes Connect only surfaces at runtime, when a real call or chat hits the flow, and flows round-trip losslessly with the console. Write one definition, deploy it across every instance. Built in Rust.