Generations-based array

A faster sparse-dense array, but without iteration.

A simpler scheme than SSA

How to perform peephole optimizations without SSA.

A single point of exit

A better way to write your main() function.

ruleguard rules package management

A quick intro into the ruleguard rules packaging.

YAML is your JSON5

Let me tell you about the YAML5 idea.

Step driven evaluation

A pattern for writing multi-step programs.

log.Fatal vs log.Panic

tl;dr: avoid os.Exit near deferred calls.