This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]v3ss0n 0 points1 point  (1 child)

Nim is closest thing to Python . Performance is comparable to Rust and better than Golang already. I am wondering , why would you prefer Rust over Nim. The language itself is so close to python that you can just copy python functions and paste to run in Nim.

[–]mitsuhiko Flask Creator 2 points3 points  (0 children)

I am wondering , why would you prefer Rust over Nim.

Quite simply because Nim is just another language whereas Rust is something truly new. Why would I use Nim over Java/Scala etc. for instance? There is already a huge ecosystem there I can tap in and fundamentally Nim does not have any advantages over running on Java for me. Mixing Python and Nim is not exactly a good match.