The 5.7 kernel is out
The 5.7 kernel is out
Posted Jun 1, 2020 20:37 UTC (Mon) by quotemstr (subscriber, #45331)In reply to: The 5.7 kernel is out by Wol
Parent article: The 5.7 kernel is out
> Yup. Simply put, C++ is a high-level language. It is not designed for resource-constrained environments.
I have to completely disagree with this perspective. C++ lets you control the machine as precisely as C does. There's nothing in the language, nothing at all, that prevents your writing low-level and efficient code. C++ isn't Python. Is your position just that people writing C++ can't avoid the temptation to use inefficient patterns? That's a social problem, not a technical one.
