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:a0c:9890:: with SMTP id f16mr70625775qvd.165.1564190864462; Fri, 26 Jul 2019 18:27:44 -0700 (PDT) X-Received: by 2002:a05:6830:1697:: with SMTP id k23mr43488971otr.16.1564190864307; Fri, 26 Jul 2019 18:27:44 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.160.216.MISMATCH!b26no6148475qtq.0!news-out.google.com!a5ni34qtd.0!nntp.google.com!b26no6148469qtq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 26 Jul 2019 18:27:43 -0700 (PDT) In-Reply-To: <1dc13d50-7606-4530-b5cc-19e07b4d4938@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5 References: <5d9a8728-3c5b-4caf-b765-a455ba4d3523@googlegroups.com> <5fb45b9c-d7da-447c-999e-0e8bcce2eed5@googlegroups.com> <1dc13d50-7606-4530-b5cc-19e07b4d4938@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: How to make Ada popular. Get rid of ";" at end of statement. From: Lucretia Injection-Date: Sat, 27 Jul 2019 01:27:44 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56965 Date: 2019-07-26T18:27:43-07:00 List-Id: On Thursday, 25 July 2019 08:26:29 UTC+1, Maciej Sobczak wrote: > > The one concrete reason I've ever heard for using C or C++ instead of Modula-2 or Ada is that C/C++ allow you to perform pointer arithmetic > > Really? I would never consider that reason myself. Me neither, but then you can do pointer arithmetic in Ada, you just use normal numbers and convert to an address.