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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,52fd60a337c05842 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-14 13:46:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed1.bredband.com!bredband!diablo.netcom.net.uk!netcom.net.uk!fr.clara.net!heighliner.fr.clara.net!proxad.net!wanadoo.fr!not-for-mail From: "Baugereau" Newsgroups: comp.lang.ada Subject: Re: ada paper critic Date: Fri, 14 Jun 2002 22:48:26 +0200 Organization: Wanadoo, l'internet avec France Telecom Message-ID: References: Reply-To: "Baugereau" NNTP-Posting-Host: afontenayssb-103-1-4-141.abo.wanadoo.fr X-Trace: wanadoo.fr 1024087588 22758 80.11.133.141 (14 Jun 2002 20:46:28 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 14 Jun 2002 20:46:28 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:25981 Date: 2002-06-14T20:46:28+00:00 List-Id: > >The FACT is that Intel C++ beats gnat (and gcc), because much more > >effort has been invested. > >Real people who care about speed of generated code (they exist) don't have > >the choice on many platforms. > > This is why their use Fortran compilers - why not, after all ? Agreed, but if you want to make a complete application such as a videogame or a desktop application with only one language, you need a more versatile language than Fortran, in my opinion. I like Ada, but one has to admit that C++ is popular so C++ tools are more common and C++ compilers optimize well and popular APIs are in C or C++ and so on...