nim-in-action-code
nim-in-action-code copied to clipboard
Nim in Action code samples
This repository contains the source code for all the projects developed inside the Nim in Action book.
:warning: Nim 1.2.0+ is not compatible with some of the Nim in Action examples, use Nim 1.0.6 for the best experience or be ready for compilation errors. See here for more info.
Official book website: https://book.picheta.me
FAQ: https://github.com/dom96/nim-in-action-code/wiki/FAQ
Errata for Nim 1.0: https://deepakg.github.io/nim/2019/09/28/nim-in-action-errata.html
Nim Version Compatibility
Branch | v0.17.2 | v1.0.6 | v1.2.6 |
---|---|---|---|
master |
✔️ | ✔️ | ❌ |
v1.2.6 |
❌ | ✔️ | ✔️ |
:information_source: The
master
branch holds the code that reflects what is in Nim in Action. Other branches contain code modified to work with later versions of Nim.