NimProgrammingBook
NimProgrammingBook copied to clipboard
Computer Programming with the Nim Programming Language -- A gentle Introduction
Part 1 Analog and Digital: > But quantum mechanics has taught us that many quantities in our world really have a granularity. Physically, quantities like energy or momentum are indeed...
In the chapter of "Reference and Pointers", I'm wondering how can I code the "tail insert" instead of the head insert of linked object? The current example insert item as...
“Detailed installation instructions are available on the Nim internet homepage at [To visit and read that page](https://nim-lang.org/install.html.footnote:)” Extra characters - “.footnote:” at end of URL breaks the link. Secondly, the...
I have serveral concerns about async usage: 1. I saw some where on the internet that if we want to check future is failed then we should use yield instead...
Under [the section titled "Defer statement"](https://nimprogrammingbook.com/book/nimprogramming_adoc-colony.html#_defer_statement), the term "concepts" is mistakenly used in place of "defer". > The concepts statement can be used to ensure that special actions like closing...
hello, first: thanks for the nice book about nim. there is a small typo in chapter VII in the "ARC/ORC memory management" section: it says `GC_getStatitics()` there instead of `GC_getStatistics()`