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 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:9207:: with SMTP id u7mr87940629qkd.357.1560715854542; Sun, 16 Jun 2019 13:10:54 -0700 (PDT) X-Received: by 2002:a05:6830:1086:: with SMTP id y6mr10510232oto.22.1560715854312; Sun, 16 Jun 2019 13:10:54 -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!j96no3379831qte.0!news-out.google.com!33ni387qtt.0!nntp.google.com!j96no3379824qte.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 16 Jun 2019 13:10:53 -0700 (PDT) In-Reply-To: <67a4abcc-6a33-40af-a3c4-6855b3bf8226@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:3c3:401:f550:74d0:607d:cc52:67f; posting-account=JSxOkAoAAADa00TJoz2WZ_46XrZCdXeS NNTP-Posting-Host: 2601:3c3:401:f550:74d0:607d:cc52:67f References: <728c4668-8fa0-4a57-a502-2bf476fc3940@googlegroups.com> <67a4abcc-6a33-40af-a3c4-6855b3bf8226@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Latest suggestion for 202x From: John Perry Injection-Date: Sun, 16 Jun 2019 20:10:54 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56651 Date: 2019-06-16T13:10:53-07:00 List-Id: On Sunday, June 16, 2019 at 2:34:05 PM UTC-5, Optikos wrote: > 2) Algol-family languages (especially the widely-influential Algol60 and = the otherwise-influential-on-Ada Algol68) utilize brackets [] for array ind= exing. Nearly all other programming languages (which often are little more= than Algol60 rejiggered a little bit) have followed Algol's lead on array = indexing via bracket [] syntax. One exception to this rule is Eiffel, which uses the @ operator. I decided = to see if I could find a summary, and [1] has it. The only really strange o= ne IMHO is Haskell, which uses !. (This doesn't contradict what you wrote; I just thought it was interesting = trivia.) [1] https://en.wikipedia.org/wiki/Comparison_of_programming_languages_%28ar= ray%29#Indexing