6 ms·
the only way to do good, efficient, and system-level That's the key restriction from Linus right there. He was talking about system-level code. For everything
by chris100 15y ago
the only way to do good, efficient, and system-level
That's the key restriction from Linus right there. He was talking about system-level code.
For everything else (application-level, frameworks, etc.), you need the abstractions that C++ provides.
- bitwize 15y agoFor applications and frameworks, other languages provide the abstractions in a less difficult to wrangle fashion. Ada is perhaps my favorite example but you actually don't even have to leave the C family -- Objective-C is very pleasant to use in such a role. (No, it's not just an Apple thing, I use it all the time for Linux and cross-platform code.)