|
|
|
|
|
by jancsika
614 days ago
|
|
> There are long lasting bridges made of stone, concrete and in the right climates, even wood. Not to mention rope when it suits the purpose. I'd be fine with someone building a new browser out of stone, concrete, wood, or even rope. Just don't build it out of C/C++ because those languages aren't memory safe. |
|
There are risk-reduction strategies one can follow with C++, which offer some fraction of the reduction that Rust does (opinions vary on the value of the fraction). Rust enforces risk-reduction strategies, which in some contexts may be of value all by itself.
Language choice does not eliminate risks in software.