HACKER Q&A
📣 codingclaws

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?


  👤 readyplayernull Accepted Answer ✓

👤 NoZZz
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.

👤 Rochus
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.

👤 aristofun
What size? Lines of code, Megabytes, kilograms, kilometers?

👤 farseer
C#, Java, PHP, JS seem equally massive no?

👤 Skywing
Define big.