Things Zig comptime Won't Do
Things Zig comptime Won’t Do Apr 19, 2025
Es el disco de Odín. Tiene un solo lado. En la tierra no hay otra
cosa que tenga un solo lado.
Zig’s comptime feature is most famous for what it can do: generics!,
conditional compilation!,
subtyping!, serialization!,
ORM! That’s fascinating, but, to be fair, there’s a bunch of
languages with quite powerful compile time evaluation capabilities
that can do equivalent things. What I find more interesting is that
Zig comptime is actually quite restrictive, ...
Read more at matklad.github.io