nim-in-action-code
Nim in Action code samples
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 203 |
| Forks | 29 |
| Open Issues | 5 |
| Last Commit | 2022-09-14 |
| Downloads | 0 |
| Last Indexed | 2026-09-07 06:07 |
Tags
Installation
nimble install nim-in-action-code
choosenim install nim-in-action-code
git clone https://github.com/dom96/nim-in-action-code
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nim-in-action-code | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/dom96/nim-in-action-code |
|---|---|
| Homepage | https://book.picheta.me |
| Registry Source | github |
README
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
masterbranch holds the code that reflects what is in Nim in Action. Other branches contain code modified to work with later versions of Nim.