Re: C++ fluency
Jeff Schwab <jeff@schwabcenter.com> writes:
without acknowledging that most applications were no longer developed in C
The TIOBE Programming Community Index for May 2009 shows a larger
popularity for C than for C++:
http://www.tiobe.com/content/paperinfo/tpci/index.html
This not only includes applications, but might also included
system programs. Of course, I would like to acknowledge the
source of your claim regarding applications as soon as you
provide it.
?Here's the thing: C is everywhere. Recently Tim Bray made
basically the same point; all the major operating systems,
all the high-level language runtimes, all the databases,
and all major productivity applications are written in C.?
http://girtby.net/archives/2008/08/23/in-defence-of-c/
?=head2 What language is Parrot written in?
C.
=head2 For the love of God, man, why?!?!?!?
Because it's the best we've got.?
http://search.cpan.org/src/SFINK/parrot-0.0.11.2/docs/faq.pod
Linus Torvalds, 2007:
?I've come to the conclusion that any programmer that would
prefer the project to be in C++ over C is likely a
programmer that I really *would* prefer to [move on], so
that he doesn't come and [disturb] any project I'm
involved with. (...)?
http://lwn.net/Articles/249460/
?I learned that the largest cross platform compatible
subset of C++ is C.?
http://www.artima.com/weblogs/viewpost.jsp?thread=8826