From 3d41190ed8689b5961dd1b171d27fcc0b2f4d4d8 Mon Sep 17 00:00:00 2001 From: TheConnorJohnson Date: Mon, 16 Feb 2026 03:21:41 -0700 Subject: [PATCH] add books section to the learn index page --- content/en-US/learn/index.smd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en-US/learn/index.smd b/content/en-US/learn/index.smd index b50222db6..8b71b7e2f 100644 --- a/content/en-US/learn/index.smd +++ b/content/en-US/learn/index.smd @@ -47,6 +47,14 @@ Learn Zig by fixing tiny broken programs. - [Zig on Exercism](https://exercism.org/tracks/zig) Solve coding exercises and get mentored to develop fluency in Zig. +## Books +- [zenofzig](https://zenofzig.com) +A book series that teaches the Zig programming language from the ground up. +- [Systems Programming with Zig](https://www.manning.com/books/systems-programming-with-zig) +Understand the Zig perspective on systems programming and integrate with C code. +- [Learning Zig: A reimagined introduction to low-level programming with Zig](https://www.packtpub.com/en-us/product/learning-zig-9781835084496) +This book is for developers looking to master efficient and safe programming with Zig. + ## Relevant videos and blog posts - [Road to Zig 1.0](https://www.youtube.com/watch?v=Gv2I7qTux7g) [video] Video by [Andrew Kelley](https://andrewkelley.me) introducing Zig and its philosophy.