How to learn Zig

An overview of how to get started from scratch with Zig


  • The Zig Programming Language Documentation is a great overview of all of the language features that Zig provides to those who use it.
  • Awesome Zig is a good collection of Zig projects made by various people. The collection features projects involving well developed Zig code.
  • Zighelp is an excellent primer that explains the language features that Zig has to offer.
  • Ziglings is highly recommended. Learn Zig by fixing tiny broken programs.
  • Zig SHOWTIME is a livestreamed show where members of the Zig community share code and ideas.