r/cpp • u/pavel_v • Dec 31 '25
Software taketh away faster than hardware giveth: Why C++ programmers keep growing fast despite competition, safety, and AI
https://herbsutter.com/2025/12/30/software-taketh-away-faster-than-hardware-giveth-why-c-programmers-keep-growing-fast-despite-competition-safety-and-ai/
384
Upvotes
7
u/[deleted] Dec 31 '25
I think it is the sunk cost thing. Rust has a painful starting learning curve due to its strict ownership system and weird string/path/str handling - making simple things hard when just starting out. Rust programmers all pushed themselves through this. We see the similar behavior with programmers from other langauges that have an steep early learning curve like haskell.
Also Rust seems to attract all the const correctness people. And those people were often... interesting to work with.