How To Get Started With Zig
Zig is a modern, low-level programming language that prioritizes performance, safety, and simplicity—perfect for systems programming and beyond. If you're looking for an alternative to C with powerful compile-time execution and manual memory management, Zig is worth exploring!
Official website: https://ziglang.org/
Books 📖
— Introduction to Zig a comprehensive introduction to Zig programming language, I would suggest starting your journey with this wonderful book.
— Learning Zig by Karl Seguin, an introduction to Zig programming language without too much hassle.
— Programming with Zig: From Basics to Mastery (still in progress)
Courses 🎓
— Zig in Depth YouTube series about Zig programming
Practices 🛠️
— Ziglings number of exercises to practice Zig programming
People 🫂
— Andrew Kelley, the founder of Zig lang
— Karl Seguin and his blog
— Murat Genc
— Zig SHOWTIME
Libraries 🏛️
— Zigistry like PyPI but for Zig
— Awesome Zig
Websites 🕸️
— Zig News
>>Click here to continue<<