logoalt Hacker News

ahartmetztoday at 12:43 PM1 replyview on HN

I'm quite experienced at C++ and not that experienced in Rust... but I believe that writing correct Rust is easier than writing correct C++. People get C++ to compile alright, but it often has problems at runtime. You need to know what you are doing in both, but C++ allows you to compile with certain classes of bugs anyway. Even experts still occasionally introduce bugs in C++ that Rust wouldn't allow.


Replies

fookertoday at 1:06 PM

You’re right.

That’s not what my point was about though.