Hacker News new | ask | show | jobs
by gmfawcett 3286 days ago
I think if you were writing C, then Nim might be a good alternative. If you're writing C++, then Nim offers a lot of similar metaprogramming features; but it lacks RAII, which IMO is a monumental drawback. People may dislike C++ for many reasons, but RAII is a killer feature -- there's no question why languages like D and Rust adopted it.
1 comments

We're slowly getting there though. I hope to release a blog post soon about how it might look like in Nim.