Is there a language between C and C++?
- by Robert Martin
I really like the simple and transparent nature of C: when I write C code I feel unencumbered by "leaky abstractions" and can almost always make a shrewd guess as to the assembly I'm producing. I also like the simple, familiar syntax for C.
However, C doesn't have these simple, helpful doodads that C++ offers like classes, simplified non-cstring…