|
|
|
|
|
by cogman10
1512 days ago
|
|
Honestly, I think the shift you are already seeing is from C++ -> a GCed language (python, javascript, java). While C/C++ are everywhere, they are mostly in very low level places. You don't find a lot of new backend projects that go the C++ route. Rust will likely eat up a significant chunk of C++'s current market share and SOME of the backend service market share (where CPU and Memory are REALLY important). However, I don't find it terribly likely that it will grow much beyond that. As for the Cobol analogy, a good one, but you have to also realize there are about 1,000,000x more lines of C++ in the wild than Cobol. For cobol to die takes some institutional investment that most companies are not willing to burn. C++ will have a MUCH harder time being purged. |
|