Comment on Writing C++ is easy.
Boinketh@lemm.ee 1 year agoRust has better runtime errors, too. If you run a dev build, it should pretty much never segfault unless you use unsafe
.
Comment on Writing C++ is easy.
Boinketh@lemm.ee 1 year agoRust has better runtime errors, too. If you run a dev build, it should pretty much never segfault unless you use unsafe
.
Beanie@programming.dev 1 year ago
‘it should pretty much never segfault’ uh, isn’t that the entire point of Rust? Unless you’re counting failing a bounds check as a segfault
Boinketh@lemm.ee 1 year ago
I’m confused by your comment. Yes, that is a major benefit of using Rust. That was my point.