TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why I Think Rust Is the Way Forward

7 pointsby dannasalmost 2 years ago

1 comment

dannasalmost 2 years ago
Rico Mariani gives his opinions on the future of system programming languages.<p>His main point is that C++ with EH introduces too much bloat; that the opaque error handling combined with no compiler assisted checking hides bugs; and that you can&#x27;t write C++ codes from &quot;the books&quot; since it leads to more bugs!<p>With Rust you can write it like in the books!<p>&quot;Modern C++ has so many hazards and is so costly that I can&#x27;t but view it as anything less than a total failure in the systems space. I can&#x27;t begin to tell you how disappointing this is to me. &quot;