I was curious about Nim after hearing about it in blog post. So I learned it briefly just to get a feel for it and experiment.
Nim, as described on their homepage, can:
- create executables
- be compiled to C++, C, and JavaScript
- is great for embedded software
Ultimately, it was fun dipping my toes in the Nim ecosystem and make Conways game of life.