Zig comptime: does anything come close?
renato.athaydes.comUsing the comptime keyword runs arbitrary code and functions at compilation-time.
Is this somewhat comparable to C++ macros?
Ruby metaprogramming, perhaps.
Using the comptime keyword runs arbitrary code and functions at compilation-time.
Is this somewhat comparable to C++ macros?
Ruby metaprogramming, perhaps.