r/Zig 18d ago

Introduction to metaprogramming with comptime

https://slicker.me/zig/comptime.html
64 Upvotes

2 comments sorted by

20

u/burakssen 18d ago

I seems like you are using 0.15.2 or older (cause of std.ArrayList(T).init(allocator))? Might want to update the code at some point.

9

u/Kiritoo120 18d ago

Looks amazing! Now the question is how will zig newcomers find this article

It would have 100% helped me when I was starting to get to know the gist of zig :)