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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:3c0e:: with SMTP id k14-v6mr1603161iob.105.1528869182239; Tue, 12 Jun 2018 22:53:02 -0700 (PDT) X-Received: by 2002:aca:d984:: with SMTP id q126-v6mr124886oig.8.1528869182164; Tue, 12 Jun 2018 22:53:02 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.unit0.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!85.12.16.68.MISMATCH!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!u78-v6no1164158itb.0!news-out.google.com!c20-v6ni435itc.0!nntp.google.com!d7-v6no1157633itj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 12 Jun 2018 22:53:01 -0700 (PDT) In-Reply-To: <92741619.550509671.540055.laguest-archeia.com@nntp.aioe.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.113.16.86; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 76.113.16.86 References: <5e86db65-84b9-4b5b-9aea-427a658b5ae7@googlegroups.com> <878t7u1cfm.fsf@nightsong.com> <8a65f8ff-4a75-43f2-884c-6872780f7ea8@googlegroups.com> <771e8e35-b71a-499d-a0fe-bb0df1de22ab@googlegroups.com> <92741619.550509671.540055.laguest-archeia.com@nntp.aioe.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <81e22064-bb0e-4e0b-982a-c17a2cad5977@googlegroups.com> Subject: Re: Ada Successor Language From: Shark8 Injection-Date: Wed, 13 Jun 2018 05:53:02 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2842 X-Received-Body-CRC: 1297878008 Xref: reader02.eternal-september.org comp.lang.ada:53077 Date: 2018-06-12T22:53:01-07:00 List-Id: On Tuesday, June 12, 2018 at 9:23:08 AM UTC-6, Luke A. Guest wrote: > Dan'l Miller <> wrote: >=20 >=20 > > The big question is why it stopped at a draft version of a formal > > description of (a subset?) of Ada83: > > https://cordis.europa.eu/project/rcn/17317_fr.html > >=20 >=20 > It=E2=80=99s posts like these that make me wonder why so many Ada people = keep > living in the past. Don=E2=80=99t you think it=E2=80=99s time to learn fr= om the past and > drag your arses into the 21st century. Well, some of the 21st century "solutions" are utterly inferior -- take "Co= ntinuous Integration" and "Source Control" as an example -- integrating bot= h together solves a lot of problems: http://citeseerx.ist.psu.edu/viewdoc/d= ownload?doi=3D10.1.1.26.2533&rep=3Drep1&type=3Dpdf + Less redundant processing; you don't need to parse everything to check it= s correctness. + Better and more accurate source-control (because meaningless things like = whitespace don't matter) + Formatting/style wars don't matter (because meaningless things like white= space don't matter) + File-system environment doesn't matter, because the program source is in = an actual DB instead of in test-files in the ad-hoc DB of the file-system.