26 ms·
But the world is built on C++ and there are no alternatives for it. C is too low level and Rust has garbage collector which may not be fit for the domain C++ is
by richard78459 7y ago
But the world is built on C++ and there are no alternatives for it. C is too low level and Rust has garbage collector which may not be fit for the domain C++ is suitable for. No alternatives in the domains where C++ shines.
- codr7 7y agoThere is definitely more C than C++ running under the hood on most computers. C is the language where there are no alternatives if you ask me. Go is garbage collected and C++/Rust are both infinitely more complicated.
- DoingIsLearning 7y agoAda 2012? Perhaps no other _popular_ alternatives but still there are alternatives.
- unrealhoang 7y agoRust has as much garbage collector as C++ has share_ptr. Put simply, it doesn’t have.