Hi all, My first post to this forum. I found out about Nim a month or so ago and have been playing around since. It's been a very pleasant experience, with Nim's clean syntax (especially coming recently from Python) and friendly learning curve.
A big shout-out to the developers and the Nim community, you are doing a great job and if you keep going more great things will lie ahead. I'll also take the opportunity to share my first Nim project - [grim](https://github.com/ebran/grim). It brings graph data structures to Nim, similar to the Neo4j-style database. Probably there are similar libraries already available, this is my attempt to learn Nim. I'll happily discuss improvements and or PRs. In the future, if I have time, I hope to add graph searching tools and other cool graph algorithms + Neo4j integration. Best,
