From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_20,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:faf:: with SMTP id b44mr17731542qtk.190.1596476226582; Mon, 03 Aug 2020 10:37:06 -0700 (PDT) X-Received: by 2002:a05:620a:9db:: with SMTP id y27mr16107614qky.179.1596476226247; Mon, 03 Aug 2020 10:37:06 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 3 Aug 2020 10:37:05 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=128.90.86.251; posting-account=tXrPSAkAAAAFR3M1xqoK7TQdrNxOfPT0 NNTP-Posting-Host: 128.90.86.251 References: <67b6ddf7-0009-4c34-ba67-90219fa1057eo@googlegroups.com> <9b2d3201-5cb3-46b6-97c2-8d5fb2baae4fo@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Is there another ada compiler From: Micronian Coder Injection-Date: Mon, 03 Aug 2020 17:37:06 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:59648 List-Id: Hi, Just because a compiler is not free does not mean it is not relevant to som= eone. In addition, the OP did _not_ specifically ask for an open source com= piler. They asked if there are other compilers. Hobbyists generally want a = free compiler, so by default GNAT is the one that is used. For companies wh= o want commercial support and are fine with paying money, then the other op= tions are perfectly fine. Of the commercial ones listed, Janus/Ada is the more affordable one for an = individual willing to spend money (see http://www.rrsoftware.com/html/compa= nyinf/prices.htm), especially if they are a student (http://www.rrsoftware.= com/html/companyinf/educ.htm). While it's not as up to date as GNAT in term= s of Ada2012 support, it's still enough to develop software with (note: Win= dows only which is fine for many people and can probably run on Wine for Li= nux users). Judging by the Randy's posts in this group, one can expect good= support from RRSoftware. I should point out that PTC is known to provide free access to their compil= ers if it is for developing *open source* Ada software. Gautier has confirm= ed this on Reddit (https://www.reddit.com/r/ada/comments/hw33kr/ptc_objecta= da_for_windows_version_102_outprovides/fyzgpss?utm_source=3Dshare&utm_mediu= m=3Dweb2x). So there is potential On Monday, August 3, 2020 at 7:31:02 AM UTC-7, Luke A. Guest wrote: > On 03/08/2020 14:51, Shark8 wrote: > > RR Software has Janus/Ada. > > PTC has ObjectAda and ApexAda. > > Green Hills has an Ada compiler. > > DDC-I has a compiler. > > IBM used to have a compiler. (I'm not sure they do any more.) >=20 > They sold it. >=20 > All the above are commercial and cost =C2=A3=C2=A3=C2=A3=C2=A3=C2=A3's >=20 > > There's also work being done on some open source compilers like HAC or = my own Byron. > >=20 >=20 > HAC is not going to be a full compiler, so it's really worth mentioning. >=20 > Byron's not anywhere near close to generating assembly. >=20 > In answer to the OP's question, no, there isn't another open source > compiler.