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:ac8:25ac:: with SMTP id e41mr2670368qte.101.1560680554963; Sun, 16 Jun 2019 03:22:34 -0700 (PDT) X-Received: by 2002:a9d:6289:: with SMTP id x9mr7744393otk.82.1560680554629; Sun, 16 Jun 2019 03:22:34 -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!j96no2977969qte.0!news-out.google.com!e10ni320qtb.1!nntp.google.com!j96no2977967qte.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 16 Jun 2019 03:22:34 -0700 (PDT) In-Reply-To: <728c4668-8fa0-4a57-a502-2bf476fc3940@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.167.3.186; posting-account=uulyKwoAAAA86DO0ODu--rZtbje8Sytn NNTP-Posting-Host: 81.167.3.186 References: <728c4668-8fa0-4a57-a502-2bf476fc3940@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4908c3e3-18dc-4953-bf26-46f160d2ebfd@googlegroups.com> Subject: Re: Latest suggestion for 202x From: Egil H H Injection-Date: Sun, 16 Jun 2019 10:22:34 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56643 Date: 2019-06-16T03:22:34-07:00 List-Id: On Sunday, June 16, 2019 at 1:59:41 AM UTC+2, Micah Waddoups wrote: > Frankly, the former rules for directly specifying the contents of an arra= y were perfect, when you can only use parenthesis. Being able to use squar= e brackets to improve the readability of an array is brilliant because it i= s familiar to those who use other languages and it does very little to chan= ge what is already part of the language definition (square brackets are alr= eady use in a way that does not conflict). Therefore, it is not confusing,= just new. >=20 The brackets are proposed as a syntax for aggregates, and should not be con= fused with array indexing, which of course will remain as highly readable a= s ever, not to mention maintainable; An array can be easily swapped for a f= unction without requiring major changes all over the place, as array indexi= ng and function calls have the same syntax. --=20 ~egilhh