C++
C++
Posted Nov 13, 2008 22:15 UTC (Thu) by avik (guest, #704)Parent article: Things that go Clang in the night: LLVM 2.4 released (ars technica)
Unsurprisingly, this is written in C++. The attitude of many open source developers, that C++ is a bunch of crap that does things behind the programmer's back is really holding development back. People spend their time doing things the language should be doing and getting bogged down in details.
I'm not saying using C++ will automatically result in better, faster code; but using C will automatically increase the amount of effort that has to go into making robust, efficient, and maintainable software. Using C++ allows focus on the algorithms rather than implementation details.
