Who honestly wakes up in the morning and chooses textual generation of a program as their first choice of comptime programming?
I’m sure I would do it in certain scenarios; I might even do it with Zig at some point. But it would have to be for a massive hurdle. I wouldn’t do it for something simple like the length of an array. I would do it for parsing a protobuf type and spitting out a Zig implementation, for example. But with comptime, there’s typically no need to make a Zig code generator. You can just write in the language as normal.