|
|
|
|
|
by svnpenn
1617 days ago
|
|
> A great strength of C is that if you want more features you just go to a subset of C++, no need to add them to C. C++ is the big, ambitious, kitchen-sink language. When C++ exists we don't need to bloat C. This is a rationalization, and a bad one. When your solution is "just pull in another programming language", you have a problem. |
|
C doesn't need "defer" because C programmers have managed since the 1970s to implement operating systems, compilers, interpreters, editors, etc., just fine without it. Those who want a bigger C can use C++, this pond is big enough for two fish.