> For reading, there should be good articles which written for beginners.
[Nim basics tutorial](https://narimiran.github.io/nim-basics/) is written with beginners in mind. But it teaches only the basic concepts (which should be enough to continue the exploration on your own). > all articles about advanced subjects like macro, template etc are written by > experts, for experts. I agree that we lack "intro to macros" tutorial. I've just started with macros, so I'm by no means expert (still lots of things I don't understand), but I plan to write a macro tutorial once I get a bit better grasp of it. And it will be aimed at (macro) beginners, to show how to make first steps in macro-land.
