In the previous 2 articles we learned some of the foundational concepts and skills used in zig language. In this article we'll cover control of flow statements necessary to make decisions based on …
Drew Learns Zig (Part 2)
Operators and Formatting in Zig In this section, we'll explore two fundamental aspects of working with Zig: mathematical operators and format strings. Mathematical operators allow you to manipulate …
Drew Learns Zig (Part 1)
Why would you want to learn Zig? Personally, learning Zig is just for fun. I don't see a lot of jobs requesting zig and the ones that do list it with other languages that are nice to haves. So if you …