Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dom96/nim-in-action-code
- Owner: dom96
- Created: 2016-04-15T16:11:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T13:20:27.000Z (over 2 years ago)
- Last Synced: 2024-10-25T09:21:05.607Z (3 months ago)
- Topics: book, nim, nim-lang, nimble
- Language: Nim
- Homepage: https://book.picheta.me
- Size: 26.4 KB
- Stars: 199
- Watchers: 11
- Forks: 28
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
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.