NimProgrammingBook icon indicating copy to clipboard operation
NimProgrammingBook copied to clipboard

Computer Programming with the Nim Programming Language -- A gentle Introduction

Results 16 NimProgrammingBook issues
Sort by recently updated
recently updated
newest added

I use an ebook reader, and noticed that there was no epub verison. Hopefully this will be useful to you. Great book!

What license is the book under? What license are the code snippets under?

Just a suggestion Stefan: In asciidoc there is an include directive. So instead of writing the nim source code in the book, write them in a subfolder and include them...

first, i'd like to thank you for this awesome book, i have learnt a lot from it. while reading [the section](https://ssalewski.de/nimprogramming.html#_a_chat_server_application) about implementing a chat server application, i think `await...

Thanks for your request. It's a book, maybe 30 percent finished now, I would guess we have about 200 pages now. Unfortunately the difficult parts macros, async and parallel processing/threading...

"And some Nim packages can currently not really compare with the libraries of other languages, which where optimized for years by hundreds or thousands of full time developers." where optimized...

This is honestly more of a notification than an actual issue. I'm not sure if you're already aware that nim 2.0 was released today (https://nim-lang.org/blog/2023/08/01/nim-v20-released.html). With that come some minor...

Hi Stefan, I wanted to know the specific requirements in gaining permission to use the book (the HTML or PDF versions of the book at [nimprogrammingbook.com](https://nimprogrammingbook.com/)) for a video series...

Beginners would benefit from an introduction to time/space complexity; the book makes frequent reference to big-O notation without having explained the system.

In part VI, process execution, parsing data files(in parallel), using regular expressions: the code has if match(l,r,m): when true: #debug discard Maybe this was intended to bypass the large amount...