top | item 22355229

(no title)

richard78459 | 6 years 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.

discuss

order

unrealhoang|6 years ago

Rust has as much garbage collector as C++ has share_ptr. Put simply, it doesn’t have.

codr7|6 years ago

There 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|6 years ago

Ada 2012?

Perhaps no other _popular_ alternatives but still there are alternatives.