Hacker News new | ask | show | jobs
by pcwalton 3794 days ago
I'm in full agreement with this. The learning curve (and the compilation speed I guess--but that's improving quickly) is the main drawback to writing Web apps in Rust. If you've already learned it, though, then it's basically just down to the typical static vs. dynamic typing tradeoff, with Rust just being like any other statically typed language.
1 comments

Rust's errors handling and memory safety are important differences too.