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 developed in a fork of the project by @bengtfrost.
What's Changed
- Add a Nix Flake for reproducible development environment by @pedropark99 in #166
- Some small fixes on Chapter 1 by @pedropark99 in #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 #168
- Some updates on README.md were added @pedropark99 in #169
- Add a quick comparison between the Zig
defer
and the Godefer
by @pedropark99 in #170 - Add epub format configs by @pedropark99 in #170
Full Changelog: v1.3.5...v1.3.6