7 ms·
Curious, why do you think Rust does not look like a better C++ (in the sense of not making the mistakes of it)? Is there something you find impractical?
by sigsev_251 3y ago
Curious, why do you think Rust does not look like a better C++ (in the sense of not making the mistakes of it)? Is there something you find impractical?
- phkahler 3y agoIt still does look like a better C++, but I think it's being extended way too fast and might suffer the same shitificantion if they don't stop it.
- logicprog 3y agoYeah, I'm a huge Rust fan, but some of the decisions they've been making with the newer RFCs, especially around things like convenience syntax, and the fact that they now have async/await and neutered coroutines, instead of having proper coroutines capable of doing both ala Kotlin, among other things, seem really iffy to me. I'm afraid it'll turn into Scala or something soon, with a huge bag of redundant or partially overlapping features.