Nim Adventures

1 · Dennis Felsing · July 12, 2014, 10 p.m.
To learn some Nim I held a talk about it at the GPN14 (in German, Slides). Afterwards I started solving Rosetta Code tasks in Nim to get a better feel for the language and standard library. That also made me discover some rough edges in the language, but luckily the community, albeit small, is active and competent. All the small code pieces I wrote are now on Github too. What I noticed is that most problems are as easy to solve as in Python, but much more performant. I’m now more confident that ...