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:a37:6895:: with SMTP id d143mr78302564qkc.94.1560662044325; Sat, 15 Jun 2019 22:14:04 -0700 (PDT) X-Received: by 2002:aca:5f07:: with SMTP id t7mr6572267oib.175.1560662044018; Sat, 15 Jun 2019 22:14:04 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!j96no2779616qte.0!news-out.google.com!33ni329qtt.0!nntp.google.com!j96no2779609qte.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 15 Jun 2019 22:14:03 -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=184.98.169.153; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG NNTP-Posting-Host: 184.98.169.153 References: <728c4668-8fa0-4a57-a502-2bf476fc3940@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <688d9097-f308-4e34-b97b-f0bd9b9f9ec2@googlegroups.com> Subject: Re: Latest suggestion for 202x From: Jerry Injection-Date: Sun, 16 Jun 2019 05:14:04 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56641 Date: 2019-06-15T22:14:03-07:00 List-Id: On Saturday, June 15, 2019 at 4:59:41 PM UTC-7, Micah Waddoups wrote: > Following is my comment of appreciation AND my suggestion that is a very = basic and important level of support for Unicode. >=20 > 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. I agree strongly about using square brackets for arrays. It is such an obvi= ous use considering standard mathematical notation that I have never unders= tood why it is not allowed. Readability and an obvious abstraction related = to the real world--it's a no-brainer as far as I know. But I'll bet the gur= us will show me to be wrong. One problem at this late date is that you woul= d have to allow both [] and () and so you're going to forget to use [] some= times and then you have a mixed mini-mess. Jerry