Hacker News new | ask | show | jobs
by ghoward 1963 days ago
Please tell me who this "equal competitor" is. I would like to compare it to Rust.
1 comments

It would be hard to find a thing you can do in Rust that cannot be equally well or better done in C++.

Any safety that can be provided by a library+Rust can be provided by another library+C++, with only a different apportionment of responsibility between library and language.