Zen of Zig

for Zig 0.15.2

Programming Book Series

Zen of Zig is a book series designed to teach the Zig programming language from scratch. It's the author's personal journey that, volume by volume, goes from the fundamentals to more advanced techniques. Each chapter in the first volume includes playgrounds for experimenting with the code directly in the browser.

Zen of Zig - Volume 1: Fundamentals
Volume 1

Fundamentals

Introduction to the Zig language, basic syntax, variables, control structures, and first programs.

Read online
Zen of Zig - Volume 2: Advanced Programming
Volume 2

Command Line Mayhem

Create your own command-line tools with Zig.

In development