As expected, the original poster turned out to be spammer. Locking this thread
but not removing it because the answers are valuable.
Also, in case you're gonna end up doing any OOP in Nim, [this blog
post](https://matthiashager.com/nim-object-oriented-programming) helped me
quite a bit.
> Does anyone know of beginner Nim tutorials… (...) All of the tutorials I have
> seen assume that you’re coming over from another language and thus don’t need
> certain concepts explained.
>From
>[https://narimiran.github.io/nim-basics](https://narimiran.github.io/nim-basics)
> :
> Who is thi
Apart from the stuff linked on the "learn" page, there also two channels on
youtube,
[kiloneie]([https://www.youtube.com/watch?v=5tVIsDYPClA&list=PLvwc2YT9MFOlPPexrsY-t7BNTdg2Vsx06](https://www.youtube.com/watch?v=5tVIsDYPClA&list=PLvwc2YT9MFOlPPexrsY-t7BNTdg2Vsx06))
and [Universal Programming
i think Kiloneie did a video series, tough i think he just did basic concepts i
think.
[https://www.youtube.com/watch?v=kogpTd0IlAw&feature=youtu.be](https://www.youtube.com/watch?v=kogpTd0IlAw&feature=youtu.be)
I personal would love to see practical cooding stuff, i am atm struggling how
to no
Have you checked out the "Nim basics" book, linked in our "Learn" page?
[https://nim-lang.org/learn.html](https://nim-lang.org/learn.html). IMO it
focuses on a lot of basic concepts.
But if you really want to start learning "native" programming then I will
recommend learning some of the more ma
Does anyone know of beginner Nim tutorials… or knows how to use it and could
create some? All of the tutorials I have seen assume that you’re coming over
from another language and thus don’t need certain concepts explained. Also
example code that looks like it wouldn’t work on its own (never-def
The Nim book is also really nice. If you are just starting, ignore Pointers and
MetaProgramming for now, practice basic constructs, thats like making a Python
"Hello World" using CTypes. ;P
[https://narimiran.github.io/nim-basics](https://narimiran.github.io/nim-basics)/
Does anyone know of beginner Nim tutorials… or knows how to use it and could
create some? All of the tutorials I have seen assume that you’re coming over
from another language and thus don’t need certain concepts explained. Also
example code that looks like it wouldn’t work on its own (never-def
10 matches
Mail list logo