www.ziglang.org
www.ziglang.org copied to clipboard
Inaccurate statement on metaprogramming
Possibly inaccurate statement on metaprogramming found here on ziglang.org under "Simplicity"
Zig has no macros and no metaprogramming, yet is still powerful enough to express complex programs in a clear, non-repetitive way.
Would "no metaprogramming" not be an incorrect statement about zig? Given that there is literally a subsection of the standard library called std.meta
described as "Metaprogramming helpers."