Apache resigns from the Java Community Process executive committee
Apache resigns from the Java Community Process executive committee
Posted Dec 11, 2010 22:48 UTC (Sat) by cmccabe (guest, #60281)In reply to: Apache resigns from the Java Community Process executive committee by JohnLenz
Parent article: Apache resigns from the Java Community Process executive committee
All the extended C languages have similar problems-- they're trying to graft high-level features on a language that was never designed for them. If you're writing a GUI, why on earth should you do memory management manually, or worry about heap corruption?
So really, if you're going to use an extended-C language, you might as well pick C++. You'll have the most potential contributors. Now whether or not you *should* use an extended-C language is a separate debate, and it depends on your application...
