Skip Navigation

Nim v2.0 released

nim-lang.org Nim v2.0 released

The Nim team is proud and happy to announce Nim version 2.0.

Nim v2.0 released

I've played around with Nim before, and thought some of the features such as default values were quite helpful, so it's quite nice that 2.0 is now officially released!

2
TechNews @radiation.party irradiated @radiation.party
BOT
[HN] Nim 2.0

You're viewing a single thread.

2 comments
  • Nim is one of my favorite little languages. It's got a lot going for it, and it's a joy to write. Output binaries are tiny, even compared to zig and pure c, and especially small compared to rust and go.

    Only real problems with Nim are that cross compiling is difficult (or should I say isn't solved like with cross on rust), documentation is hit and miss, and the library and community support is very small. But everything I've built in it still works extremely well, and is very easy to update