Hacker News new | ask | show | jobs
by Kelteseth 1576 days ago
> Seriously look at modern C++ it is very easy to develop high performance software in a modern language.

I'm a full time c++ developer that does Rust as a hobby, and I'm asking myself if we are talking about the same language. C++ is a clusterfuck of obscure features, 1 million different build systems and hacks upon hacks for even simple things like include guards, forward declaration of classes to not completely kill your build times and _many_ more daily struggles that are simply none existent in Rust.