Comment: Re:The proliferation of computer languages (Score 1) 107
What can't you do in C? I know that if it can't do something easily, you can create a library in it so that you can do it easily.
Throw an exception? Stack unwinding? RAII? Object construction/destruction?
I'd like to see a library that does all those easily/automatically.
A C++ compiler OTOH...now you're talking!