C++
C++
Posted Nov 14, 2008 8:48 UTC (Fri) by mjthayer (guest, #39183)In reply to: C++ by MisterIO
Parent article: Things that go Clang in the night: LLVM 2.4 released (ars technica)
C++ is a brilliant language which makes for efficient and readable code. C++ is an awful language which makes for incomprehensible, broken code. It all depends on what subset of the language you use. I personally think that the best way to "fix" C++ would be to decide on a sane subset of the language and make the compiler produce warnings if anything else is used. Unfortunately, neither getting people to agree on what constitutes a "sane subset" nor parsing code to make sure that it sticks to it would be an easy job.
