Blog

Notes on language design, tooling, OS development, and the pipeline-first way of thinking.

November 2025

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 →
October 2025

Building a VS Code Extension for a New Language

How we built the Lateralus VS Code extension — TextMate grammars, snippets, and lessons learned.

Read →
September 2025

Async Concurrency in Lateralus: spawn, await, and Beyond

How Lateralus handles concurrent programming — lightweight tasks, structured concurrency, and pipeline-friendly async.

Read →
August 2025

Inside the Lateralus Compiler: From Source to Bytecode

A walkthrough of every compiler phase — lexing, parsing, AST construction, type checking, and code generation.

Read →
July 2025

Hindley-Milner Type Inference in Lateralus

How Lateralus implements type inference — from constraint generation to unification, and why you rarely need type annotations.

Read →
June 2025

Introducing Lateralus — A Pipeline-Native Programming Language

We built a language where data flows left to right. Here's why and how.

Read →
May 2025

The Pipeline Operator Deep Dive

Why |> changes how you think about data — from nested calls to linear flows.

Read →
April 2025

Building an OS in a New Language

What it takes to write an OS kernel in Lateralus — bootloader to memory management.

Read →
March 2025

The Lateralus Ecosystem Tour

22 repos, 2,400+ .ltl files, a compiler, VS Code extension, and more.

Read →
February 2025

Security Tools in Lateralus

How pipeline operators and pattern matching make security tools cleaner.

Read →