What makes it different: queries compile to a register-based bytecode VM (written in Go) with compiler passes like constant folding, liveness analysis, and dead code elimination. It’s meant to feel like writing SQL inside a real language, backed by actual compiler infrastructure.
If you’re interested in how query engines, DSLs, or virtual machines work, this might be worth exploring.
Instead, I'm half way into chapter 3 -- will be sharing! Thank you for this great work!