top | item 22923183

(no title)

budabudimir | 5 years ago

Definitely a much better choice

discuss

order

haadcode|5 years ago

Can you elaborate why you think Rust is a better choice?

budabudimir|5 years ago

I would have said that for any statically typed language.

It simply leads to more robust software because compiler rejects large set of incorrect programs that would otherwise end up in production. Your test coverage has to be much larger just to verify that your program is sane on the most basic level.

Rusts compiler is even stricter than most.

Not to mention resilience to change, JS is simply a blunder