Re: Nim lang for beginners?????

2020-01-17 Thread Araq
As expected, the original poster turned out to be spammer. Locking this thread but not removing it because the answers are valuable.

Re: Nim lang for beginners?????

2020-01-16 Thread Skaruts
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.

Re: Nim lang for beginners?????

2020-01-15 Thread miran
> 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

Re: Nim lang for beginners?????

2020-01-15 Thread Skaruts
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

Re: Nim lang for beginners?????

2020-01-15 Thread kodkuce
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

Re: Nim lang for beginners?????

2020-01-15 Thread leorize
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

Nim lang for beginners?????

2020-01-15 Thread jobinson
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

Re: Nim lang for beginners?

2019-12-03 Thread juancarlospaco
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

Re: Nim lang for beginners?

2019-12-03 Thread SolitudeSF
[https://narimiran.github.io/nim-basics](https://narimiran.github.io/nim-basics)/

Nim lang for beginners?

2019-12-03 Thread WhiteleeMartinze
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