Just started programming in Nim about a week ago (javascript guy here), and this is also my first year doing AOC. I am enjoying the language and the compiler a lot so far.
Here is a link to my github repo: [https://github.com/NickMyers217/advent_of_code_2018_nim](https://github.com/NickMyers217/advent_of_code_2018_nim) I'm going out of my way to unit test everything and do TDD, and am really trying to battle test Nim to see how practical and maintainable it is. I think the language has great potential for indie game development!
