Linked by Thom Holwerda on Mon 13th Aug 2007 17:57 UTC
General Development "A good programming language is far more than a simple collection of features. My ideal is to provide a set of facilities that smoothly work together to support design and programming styles of a generality beyond my imagination. Here, I briefly outline rules of thumb (guidelines, principles) that are being applied in the design of C++0x. Then, I present the state of the standards process (we are aiming for C++09) and give examples of a few of the proposals such as concepts, generalized initialization, being considered in the ISO C++ standards committee. Since there are far more proposals than could be presented in an hour, I'll take questions." Dr. Bjarne Stroustrup is the original designer and implementer of the C++ Programming Language.
Thread beginning with comment 263257
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: C: Esperanto
by smitty_one_each on Tue 14th Aug 2007 01:53 UTC in reply to "RE: C: Esperanto"
smitty_one_each
Member since:
2005-07-07

Take this link, educate yourself, then re-read your post, sir:
http://gcc.gnu.org/

Reply Parent Bookmark Score: 1

RE[3]: C: Esperanto
by dagw on Tue 14th Aug 2007 14:34 in reply to "RE[2]: C: Esperanto"
dagw Member since:
2005-07-06

And I quote:
"The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada"

Objective-C is virtually unused and unsupported outside of OS X. Fortran is a niche language these days and only used within certain high performance computing circles. Ada is even less used and less supported than Fortran in the real world. Java could be a contender, but the gcc support is woefully behind and incomplete.

So I fail to see what your link is supposed to prove. C and C++ are in fact the only widely supported language that compiles to native machine code.

Reply Parent Bookmark Score: 2

RE[3]: C: Esperanto
by Michael on Tue 14th Aug 2007 16:47 in reply to "RE[2]: C: Esperanto"
Michael Member since:
2005-07-01

I am familiar with GNAT. Compilers aplenty there may be but I need libraries as well. Toolkits, sound and graphics APIs, networking, threading and so on. No language is anywhere near as well supported as C.

Reply Parent Bookmark Score: 1