How about some screencasts about how to work with objects. Nim's class-less way 
of "OOP" is quite different than most languages people may be familiar with. 
Even though Nim's syntax is "pythonesque", its model is quite different.

For example I tried to follow 
[https://www.destroyallsoftware.com/screencasts/catalog/a-compiler-from-scratch](https://www.destroyallsoftware.com/screencasts/catalog/a-compiler-from-scratch)
 which is in Ruby. I've tried to follow something similar written in Go, and I 
always get tripped up on "damn, this is all classes and objects, how to I do 
the same thing in Nim?".

Reply via email to