this post was submitted on 28 Nov 2021
9 points (100.0% liked)
Rust Programming
8438 readers
42 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I mean, the way you addressed your question ("people who [...] want it to be used for everything"), I think, the only answer you can get is that they'd want everything to converge to Rust.
Personally, I do think Rust does a lot of things really well, but it has its focus, which is low-level, high-performance and correctness.
Other languages can be just as well-made, while having a different focus. For example, Scala is IMO similarly good and has many of the same features, but it's more high-level and uses a GC, which makes it easier to write, if you're not concerned about resource usage or low-level control.
So, I don't think, Rust should be used for everything and would rather have competing languages emerge with similar quality.