LWN.net Logo

Java Fail

Java Fail

Posted Mar 28, 2011 17:16 UTC (Mon) by nteon (subscriber, #53899)
In reply to: Java Fail by ncm
Parent article: GCC 4.6.0 released

is there a 'modern' language you _would_ recommend?


(Log in to post comments)

Java Fail

Posted Mar 31, 2011 18:08 UTC (Thu) by ncm (subscriber, #165) [Link]

There is still no plausible successor to C++, as much as we might like one.

Any such successor can only be produced by someone who understands it, and why it has been successful despite all the historical baggage it must drag along. It would be at least as expressive, but 90% smaller. Unfortunately most efforts sabotage themselves at the outset by including garbage collection and CONS or its equivalent. A powerful-enough language should be able to express those in the library, and not need them built into the core. Likewise, control structures, inheritance, and maybe even function argument lists.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds