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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7b73eb137e4ed638 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-15 19:09:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.mathworks.com!wn3feed!wn2feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc02.POSTED!not-for-mail From: "Steve Doiel" Newsgroups: comp.lang.ada References: <3CE2AF22.2060208@gmx.spam.egg.sausage.and.spam.net> Subject: Re: Ada Compilers X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <3xEE8.9649$AU.11711@sccrnsc02> NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc02 1021514943 12.225.227.101 (Thu, 16 May 2002 02:09:03 GMT) NNTP-Posting-Date: Thu, 16 May 2002 02:09:03 GMT Organization: AT&T Broadband Date: Thu, 16 May 2002 02:09:03 GMT Xref: archiver1.google.com comp.lang.ada:24145 Date: 2002-05-16T02:09:03+00:00 List-Id: "David Rasmussen" wrote in message news:3CE2AF22.2060208@gmx.spam.egg.sausage.and.spam.net... > What is the best free Ada compiler available? GNAT > I know that question is probably silly and will get me redirected to the > faq. Still, I would like to hear _people's_ opinion, instead of the > usual "we can't say what's best, that's relative". > > More importantly, what do the free compilers lack in contrast to the > commercial ones? If you're just talking compiler, Gnat actually provides more than some of the proprietary ones. > Also, how portable is typical Ada, and how good is code generation > compared to C++ on the same platform (typically)? Portability: Excellent Code generation: Very Good. If you're comparing with free C++, Excellent. > > /David >