--

Several other languages are also very good in terms of execution speed and concurrency, for example, C++, Go, Haskell, and Julia. These qualities are not specific to Rust.

Rust's principal quality is the borrowing/ownership feature. Take that away and there's not much to recommend Rust.

--

--

No responses yet