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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.130.230 with SMTP id oh6mr18090538obb.11.1437152849268; Fri, 17 Jul 2015 10:07:29 -0700 (PDT) X-Received: by 10.50.18.6 with SMTP id s6mr315697igd.16.1437152849251; Fri, 17 Jul 2015 10:07:29 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!pg9no1638239igb.0!news-out.google.com!t2ni13528igk.0!nntp.google.com!qs7no6864190igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 17 Jul 2015 10:07:28 -0700 (PDT) In-Reply-To: <10272577-945f-4682-85bc-8ad47f3653ae@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.6.21.101; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 24.6.21.101 References: <14592326-5070-4663-a864-5684298f3748@googlegroups.com> <004361da-53c4-4ea9-8cc6-38944aa6c7ad@googlegroups.com> <29dd5458-f9ce-4db8-9128-8ab35a9ce5f8@googlegroups.com> <64bc671c-72e5-4924-b703-3b907c69949c@googlegroups.com> <877fq9uj6g.fsf@theworld.com> <65061686-5c8f-433b-9b11-9e228298158e@googlegroups.com> <87k2u96jms.fsf@jester.gateway.sonic.net> <06f8a6f9-d219-4d40-b9ac-8518e93839bd@googlegroups.com> <87y4io63jy.fsf@jester.gateway.sonic.net> <7a29d3e9-d1bd-4f4a-b1a6-14d3e1a83a4d@googlegroups.com> <87mvz36fen.fsf@jester.gateway.sonic.net> <2215b44f-8a89-47c6-a4c4-52b74d2dac45@googlegroups.com> <9e492c82-868d-43d3-a18a-38274400e337@googlegroups.com> <40184feb-4053-4ac3-8eaa-c3bd9cd8a77c@googlegroups.com> <10272577-945f-4682-85bc-8ad47f3653ae@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: If not Ada, what else... From: Anh Vo Injection-Date: Fri, 17 Jul 2015 17:07:29 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:26853 Date: 2015-07-17T10:07:28-07:00 List-Id: On Thursday, July 16, 2015 at 6:50:49 PM UTC-7, David Botton wrote: > > Since then only Ada fitted the bill of readable code and reliability on top of that. (I've been looking at modula back then initially.) > > Agreed > > > Now with this discussion regarding D and I even started looking at Go and I'm puzzled. > > Go is Oberon with C syntax and some week concurrency features, not worthy of much time. Is also seriously broken for anything more than script size software. > > > I've read there that some people consider D dead. > > I was not advocating D, only pointing out the next best thing to Ada, but by wide margin. To be precise talking about D2, D is dead and was replaced by D2. > > > Moreover, I'm not sure I can use D on all the platform I'm aiming at. > > Then likely you can't use Ada on them either. D has 3 backend options, GCC, LLVM and its own. Ada only has GCC... In fact my complaint is that I can't use Ada on the most important mobile and desktop platforms because it is married to GCC. > I have to disagree with you on Ada marrying to GCC. You probably meant GNAT marrying to GCC since GNAT is a tool, not a computer language. Anh Vo