Thoughts
Zig programmers are going to drive me fricking insane because comptime requires similar amounts of abstract thinking to Lisp macros, they're
very similar features, and Zig programmers are like computer engineers who are very smart but don't think as abstractly. So they're like 'if I make a different type for every constant variable and store the value in the variable metadata (because Zig lets you do that) then the variables have zero runtime size.' And I'm like. The net size of your program has not changed.