Ziglings: Learn the Zig programming language by fixing tiny broken programs
4 days ago
- #programming
- #learning
- #zig
- Ziglings is a series of broken programs designed to teach Zig programming by fixing them.
- The project is inspired by Rustlings and is suitable for beginners, though some programming experience is helpful.
- Installation requires a development build of the Zig compiler, and the project tracks the latest development builds.
- Exercises cover core Zig language features like functions, errors, structs, and more, with some standard library coverage.
- Advanced usage includes running specific exercises, skipping correctness checks, and debugging.
- Contributions are encouraged to improve explanations, exercises, and idiomatic usage of Zig.