C, still?
C, still?
Posted Sep 24, 2017 8:18 UTC (Sun) by ncm (guest, #165)In reply to: C, still? by vomlehn
Parent article: Building the kernel with Clang
There is little of interest in "object-oriented" languages; very little of the benefit of coding in C++ (vs C) arises from object support in the language, and very little from syntactic convenience. If that were all, there would be hardly any point to switching.
It is about putting the type system to work performing logic at compile time, to generate code that is correct by construction. This is not something exotic; it is daily life for a C++ programmer.