Awesome Zig (draft)

Sep 6, 2024

The following is my (very short) list of Zig resources.

Learning and documentation

  • Introduction to Zig. A project based book that aims to teach the Zig programming language.
  • Zig guide is an introduction to the Zig programming language. It covers the basics of the language.
  • Ziglings is a project that contains a series of tiny broken programs. By fixing them, you'll learn how to read and write Zig code. Incidentally, they maintain a list of language changes in their readme that I find helpful after not using Zig for a while.