|
|
|
|
|
by skohan
1865 days ago
|
|
I think what's novel about Zig's approach is that the metaprogramming is just normal code which happens to be executed at compile-time. I have found that when any project gets to a certain size, it's almost inevitable that metaprogramming will be required, unless you want to make everything super dynamic and sacrifice performance. The idea of being able to do metaprogramming in the language I used to write the program itself is an interesting one. |
|