GALA in June: do-notation, applicative validation, and concurrent binds (0.56 -> 0.62)Jul 5, 2026·8 min read
The Compiler Stopped Talking About Go: GALA in August and September (0.72 → 0.79)Twelve releases moved GALA's errors out of generated Go and into your .gala source, then into JSON, the IDE, and a Claude Code plugin.Sep 14, 2026·13 min read
Productionizing the GALA Build Stack: rules_gala, a Real Toolchain, and GazelleJun 5, 2026·10 min read
The State of GALA: May 2026Eleven weeks, ~55 releases, and a new tagline: GALA hits 0.50.0 with cross-package generics, an LSP, and four new stdlib packages.May 29, 2026·9 min read
Splitting the Brain: Plugin vs LSPWhy GALA's IDE runs on two processes and the sync contract that keeps them honestApr 14, 2026·7 min read
Dot Completion Without a Type CheckerResolving receiver types from transpiler metadata when you don't have oneApr 11, 2026·8 min read
The Type Information ProblemWhen your transpiler knows the types but your editor doesn'tApr 10, 2026·6 min read
22x Faster Builds: Inside GALA's Compilation Performance JourneyHow profiling, batch analysis, and content-addressed caching took multi-file compilation from 44.7s to 2.0sMar 29, 2026·6 min read
Building a Reliable Transpiler: Lessons from 80+ Bug FixesWhat breaks when you map functional programming onto Go's type system, and how testing infrastructure keeps it fixedMar 29, 2026·9 min read