Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dom96/nim-in-action-code

Nim in Action code samples
https://github.com/dom96/nim-in-action-code

book nim nim-lang nimble

Last synced: about 1 month ago
JSON representation

Nim in Action code samples

Awesome Lists containing this project

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](https://github.com/dom96/nim-in-action-code/wiki/FAQ#compilation-errors-when--is-used) 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`](https://github.com/dom96/nim-in-action-code/tree/master) | ✔️ | ✔️ | ❌ |
| [`v1.2.6`](https://github.com/dom96/nim-in-action-code/tree/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.