nim-in-action-code

Nim in Action code samples

Pure Nim score 35/100 · last commit 2022-09-14 · 203 stars · tests present · no docs generated

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

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 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.