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:a6b:8aa0:: with SMTP id c32-v6mr5119277ioj.85.1526617552946; Thu, 17 May 2018 21:25:52 -0700 (PDT) X-Received: by 2002:a9d:620d:: with SMTP id g13-v6mr73242otj.3.1526617552575; Thu, 17 May 2018 21:25:52 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder3.usenet.farm!feed.usenet.farm!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!v8-v6no1275891itc.0!news-out.google.com!b185-v6ni1473itb.0!nntp.google.com!v8-v6no1275885itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 17 May 2018 21:25:52 -0700 (PDT) In-Reply-To: <300fd624-72a0-4171-90dc-49ad5df4fa21@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.2.251.187; posting-account=JSxOkAoAAADa00TJoz2WZ_46XrZCdXeS NNTP-Posting-Host: 73.2.251.187 References: <6420bab2-0aef-4d36-b978-525e4de45e7e@googlegroups.com> <1559505943.548291689.457576.laguest-archeia.com@nntp.aioe.org> <87fu2psqpj.fsf@nightsong.com> <300fd624-72a0-4171-90dc-49ad5df4fa21@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: meaningfully/compellingly "advertising" Ada on StackOverflow From: John Perry Injection-Date: Fri, 18 May 2018 04:25:52 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:52420 Date: 2018-05-17T21:25:52-07:00 List-Id: On Thursday, May 17, 2018 at 9:57:53 PM UTC-5, Lucretia wrote: > You don't get the point I made. That "benchmark" is to see how fast diffe= rent languages go using the same algorithm, without using any safety featur= es. If you hobble Ada by including them, you will make people think it's re= ally slow. It's not about the safety features. Do you get it now? I'm curious: did my implementation circumvent safety features? The only thi= ng I can think of is the Unchecked_Deallocation, but that doesn't really af= fect execution time. I put it in there mainly because I thought there might= be a memory issue (there had already been comments about some versions hav= ing a much larger memory footprint than others). At this point you can probably tell I haven't quite grokked Ada yet.