Are any other languages as big as C++?
I've been relearning C++ over the last week and it seems absolutely massive. Do any other languages come close to its size?
It's a game of complexity management, in the end there were two strategies
- C# -> Absorb the creativity of chip designers in bytecode.
- C++ -> Absorb the creativity of chip designers in template code.
E.g. Common Lisp or Ada; it depends on which C++ version you compare, because if you measure e.g. specification size, then there can be a factor two between versions.
What size? Lines of code, Megabytes, kilograms, kilometers?
C#, Java, PHP, JS seem equally massive no?