From: Tiko at 2020-01-24 08:03:20
what’s the Best and Worst parts of c++
The issue with C++ is the lack of package management and the fact the standard library is on a 3 year release cycle along with this awful backwards-compatibility enforcement which requires the language to support these asinine ideas and paradigms. Rust is fantastic because it’s a fresh look: it can see everything wrong since the 1980s (unironically 40 years ago) and fix the mistakes made in that and take current ideas to form them.
C++ is great because it’s Bare Metal and it supports almost every programming style while being the most optimized language you can use other than raw asm. You can also use C++ for any application you want to develop. It’s a glove that can fit everything, but should not.
my boy carmack…
https://www.phoronix.com/scan.php?page=news_item&px=MTI3NDQ
https://www.roboticstomorrow.com/story/2014/12/john-carmack-on-modern-c/5262/
probably use rust if you can, but if you can’t use C++ for every new project no troll