From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ab1d177a5a26577d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!usenet.stanford.edu!news.kjsl.com!rahul.net!wasp.rahul.net!rahul.net!news.misty.com!news-xxxfer.readnews.com!textspool1.readnews.com!news-out.readnews.com!postnews7.readnews.com!not-for-mail Date: Thu, 17 Feb 2011 10:30:25 -0500 From: Hyman Rosen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: What's wrong with C++? References: <1ee1a434-4048-48f6-9f5e-d8126bebb808@r19g2000prm.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4d5d3f14$0$13901$882e7ee2@usenet-news.net> NNTP-Posting-Host: aed6297b.usenet-news.net X-Trace: DXC=bdFOE4=JQD=4@K7B>b86h=QFZ3T]GPM]7mX0AG3X_jU?1GW[@If=lI4VjKk:Lk^BN1cR12TN^Bg7>1kjmlC8HLM7[P4nTU3Ro`? X-Complaints-To: abuse@usenet-news.net Xref: g2news1.google.com comp.lang.ada:17337 Date: 2011-02-17T10:30:25-05:00 List-Id: On 2/16/2011 10:41 PM, Mike Sieweke wrote: > You should read Ian Joyner's critique: > http://www.zechweb.de/Joyners_cpp_critique/ "C++ is bad because it isn't Eiffel." > You should also read the C++ FQA (frequently questioned answers) > by Yossi Kreinin: > http://www.yosefk.com/c++fqa/index.html "C++ is bad because it isn't Java." > Do a Google search for "dark side of C++" and you'll find > even more. This one seems especially interesting: > http://port70.net/~nsz/16_c++.html "C++ is bad because it's C" (OK, not entirely, but I wanted to keep up the pattern :-) Actually, this last one has: Paul Graham (2001) [..] Historically, languages designed for other people to use have been bad: Cobol, PL/I, Pascal, Ada, C++. The good languages have been those that were designed for their own creators: C, Perl, Smalltalk, Lisp. [..]