From Scripts to Systems: Lateralus at Every Scale
Lateralus scales from 5-line scripts to a full operating system. Here's how one language works across the entire spectrum.
Read →Notes on language design, tooling, OS development, and the pipeline-first way of thinking.
Lateralus scales from 5-line scripts to a full operating system. Here's how one language works across the entire spectrum.
Read →How we built the Lateralus VS Code extension — TextMate grammars, snippets, and lessons learned.
Read →How Lateralus handles concurrent programming — lightweight tasks, structured concurrency, and pipeline-friendly async.
Read →A walkthrough of every compiler phase — lexing, parsing, AST construction, type checking, and code generation.
Read →How Lateralus implements type inference — from constraint generation to unification, and why you rarely need type annotations.
Read →We built a language where data flows left to right. Here's why and how.
Read →Why |> changes how you think about data — from nested calls to linear flows.
Read →What it takes to write an OS kernel in Lateralus — bootloader to memory management.
Read →22 repos, 2,400+ .ltl files, a compiler, VS Code extension, and more.
Read →How pipeline operators and pattern matching make security tools cleaner.
Read →