www.ziglang.org icon indicating copy to clipboard operation
www.ziglang.org copied to clipboard

Inaccurate statement on metaprogramming

Open VisenDev opened this issue 1 year ago • 0 comments

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."

VisenDev avatar Nov 04 '23 00:11 VisenDev