I’m annoyed they called it comptime when it isn’t the same as Zig’s more powerful comptime.
You can think of zig’s comptime as partial evaluation. Zig doesnt have a runtime type reflection system, but with comptime it makes it feel like you do.
I’m annoyed they called it comptime when it isn’t the same as Zig’s more powerful comptime.
You can think of zig’s comptime as partial evaluation. Zig doesnt have a runtime type reflection system, but with comptime it makes it feel like you do.