Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/en-US/learn/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -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.