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-Thread: 103376,ddf5660e3e8010b1 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: ada commercial options Date: Wed, 20 Apr 2011 18:24:20 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <5f171139-8296-4c7c-bc24-02885eadd260@dr5g2000vbb.googlegroups.com> <77c9c293-9fd3-4f3b-a754-83bf3d3be487@p16g2000vbi.googlegroups.com> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1303341863 15613 69.95.181.76 (20 Apr 2011 23:24:23 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Wed, 20 Apr 2011 23:24:23 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-RFC2646: Format=Flowed; Original Path: g2news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!feed.ac-versailles.fr!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!jacob-sparre.dk!ada-dk.org!.POSTED!not-for-mail Xref: g2news2.google.com comp.lang.ada:19905 Date: 2011-04-20T18:24:20-05:00 List-Id: "Maciej Sobczak" wrote in message news:77c9c293-9fd3-4f3b-a754-83bf3d3be487@p16g2000vbi.googlegroups.com... On Apr 18, 8:49 pm, "Vinzent Hoefler" <0439279208b62c95f1880bf0f8776...@t-domaingrabbing.de> wrote: > > What commerical compilers for ada are available today. I know Gnats > > available, are there any others still ? > >Well, it is a bit confusing without specifying the language variant. >Obviously, outdated compilers are much less useful today, as they will >exclude not only modern programming idioms, but also entire modern >libraries. The vast majority of "libraries" written for GNAT aren't portable enough to use on other compilers, even if they only use Ada 95 features. In my opinion, a library isn't portable unless it is compiled on at least two different Ada compilers. >Considering that we have 2011 now, it seems reasonable to ask for Ada >2005 compilers (I think so). Having this in mind it looks like there >is only one commercial compiler on the market. Supposedly, the IBM compiler supports Ada 2005. (They issued an announcement to the effect last year.) It might be hard to buy a copy, though (it's hard to find it on their website). The latest version of Janus/Ada supports all of the Ada 2005 syntax and some of the features. (But nowhere near all of it yet.) So that's at least 2.1 commercial compilers (counting GNAT). Randy.