GALA in June: do-notation, applicative validation, and concurrent binds (0.56 -> 0.62)Jul 5, 2026·8 min read
Data Races Are a Compile Error Now: GALA in July (0.63 -> 0.72)Go's race detector samples a schedule and hopes. GALA makes a value that isn't safe to share across goroutines a build failure.Jul 28, 2026·9 min read
Productionizing the GALA Build Stack: rules_gala, a Real Toolchain, and GazelleJun 5, 2026·10 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
The State of GALA: March 202646 releases, 216 tests, 22x faster compilation — two months of building a language that transpiles to GoMar 29, 2026·6 min read