Hacker News new | ask | show | jobs
by p0nce 1963 days ago
> there's no widely acknowledged "equal competitor" to Rust

this is largely a myth

1 comments

Please tell me who this "equal competitor" is. I would like to compare it to Rust.
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.