Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-28 | 1.4 kB | |
v1.3.6 source code.tar.gz | 2025-05-28 | 9.2 MB | |
v1.3.6 source code.zip | 2025-05-28 | 9.3 MB | |
Totals: 3 Items | 18.5 MB | 16 |
Some news
After a request from the community, I've decided to add an EPUB option on Leanpub ๐ฅณ๐พ๐ฅ๐๐๐ . In other words, you can now buy an EPUB version of the book on Leanpub if you prefer.
Also, I've decided to add a Nix Flake file to the project. Now, you can easily build the book by using this Nix Flake. The instructions are in the README. This Nix Flake file was highly inspired in a Nix Flake develop in a fork of the project by @bengtfrost.
What's Changed
- Add a Nix Flake for reproducible development environment by @pedropark99 in https://github.com/pedropark99/zig-book/pull/166
- Some small fixes on Chapter 1 by @pedropark99 in https://github.com/pedropark99/zig-book/pull/164
- The latest version of the Zig compiler changed the Linked List API, so, we have updated the sections on Chapter 11 to reflect this change by @pedropark99 in https://github.com/pedropark99/zig-book/pull/168
- Some updates on README.md were added @pedropark99 in https://github.com/pedropark99/zig-book/pull/169
- Add a quick comparison between the Zig
defer
and the Godefer
by @pedropark99 in https://github.com/pedropark99/zig-book/pull/170 - Add epub format configs by @pedropark99 in https://github.com/pedropark99/zig-book/pull/170
Full Changelog: https://github.com/pedropark99/zig-book/compare/v1.3.5...v1.3.6