The Zig programming language
This post kicks off a series about the Zig programming language, following the “learning in public” approach I mentioned in my about section. At least for now, I’m not planning to write long posts or detailed tutorials. Instead, I’ll share my small (but hopefully consistent) steps on this journey. Here and there, I’ll connect some concepts to ones I’m already familiar with from languages like C and Rust. Language features As noted in its documentation, Zig serves two main purposes: ...