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 2002:a05:660c:685:: with SMTP id n5mr3106929itk.57.1558104120589; Fri, 17 May 2019 07:42:00 -0700 (PDT) X-Received: by 2002:aca:c450:: with SMTP id u77mr2650559oif.119.1558104120440; Fri, 17 May 2019 07:42:00 -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.166.215.MISMATCH!u76no156289ita.0!news-out.google.com!p73ni144itp.0!nntp.google.com!i64no157533iti.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 17 May 2019 07:42:00 -0700 (PDT) In-Reply-To: <3f5d3e31-f155-45ea-b171-49eda1be281d@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=57.79.21.10; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 57.79.21.10 References: <3647d776-3024-4b74-9e7e-0798e9b55079@googlegroups.com> <13c2b751-4e0e-4fc7-8a4c-010c86693284@googlegroups.com> <53aecf06-e2f0-48f5-a9f1-1902b6092eb5@googlegroups.com> <3f5d3e31-f155-45ea-b171-49eda1be281d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8ffb8275-a360-430d-aa96-394738328e10@googlegroups.com> Subject: Re: can ada do this? From: gautier_niouzes@hotmail.com Injection-Date: Fri, 17 May 2019 14:42:00 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56317 Date: 2019-05-17T07:42:00-07:00 List-Id: > Some Adaphiles yearn for a more-pandering-to-popularity AdaNG (Ada next g= eneration) that, say, has braces instead of BEGIN END, and numerous other s= hallow =E2=80=9Cfeatures=E2=80=9D. The braces replace exactly the BEGIN END pair in *Pascal* (they are needed = for framing more than one instruction). In Ada the BEGIN END pair is only f= or subprograms, or blocks (with or without DECLARE) but the IFs, LOOPs and = CASEs don't need it. Basically groups of instructions don't need to be fram= ed in Ada, so where would you put your braces ?... In the end you would hav= e a mess with some braces and some "end loop" etc.