Is there any tutorial for Nim as your first programming language or something close enough?
Is Nim suitable as a first programming language?
When I wrote the first version of "tutorial 1" I tried hard to not require any prior knowledge of other programming languages. But I'm not sure how useful it still is for this purpose.
Is Nim suitable as a first programming language?
I think it's not too bad, but for now the error messages are not good enough and you have to know which features to avoid. On the other hand, Python is now the most taught language and Nim has the advantage of having sane scoping rules and static typing. ;-)