DISCLAIMER: I talk a bit about red-black trees but only to provide motivation for the concepts in...| Zig NEWS
Sometimes you want to write a small test file, or some example code, that shows how to mutate a...| Zig NEWS
Hello Zig community! 👋 I'm excited to share my first Zig project with you all. As a newcomer to the...| Zig NEWS
Caution: The presented implementation in this article has limitations. From the Wikipedia Closure...| Zig NEWS
zig 0.12.0 is released, WoW! But as it is still on road to 1.0, there are plenty of breaking changes....| Zig NEWS
Intro So I was recently wondering, what is going on with the hashes in build.zig.zon. They...| Zig NEWS
Note for myself :) Add module dependency In short, before version...| Zig NEWS
Recently I decided to stop awaiting for async to return (blocked on async, the irony) and resumed...| Zig NEWS
Zig currently doesn't have specific semantics to declare interfaces. There were many proposals for...| Zig NEWS
The 'Why?' This article was inspired by some conversations on the Zig discord server about...| Zig NEWS
EDIT: as some people pointed out in the comments, "concrete" (as in non-generic) instead of "simple"...| Zig NEWS
The power and complexity of Comptime and Inline in Zig Ed Yu (@edyu on Github and @edyu on...| Zig NEWS
This release of Zig introduces a new language feature that makes creating interface types much more...| Zig NEWS