> Nim tutorials are nice and short, but I doubt that after reading it you will 
> be able to write something like this web-forum.

Dom obviously was able to do it :-)

But seriously, books about a programming language teach generally the language 
itself or fundamentals of computer science using the languages. But generally 
not how to solve concrete task like doing web stuff, solving numeric problems, 
writing compilers, or doing AI development. For such topics separate books 
exists -- unfortunately not yet based on Nim language. The exception may be 
languages that were created for a special task -- books about Dart or Kotlin 
may have some expanded examples about web programming.

You may like Doms book, he gave some detailed examples, I cannot really 
remember, but one was a basic twitter clone.

Reply via email to