From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:aed:398a:: with SMTP id m10mr5056835qte.143.1599885043262; Fri, 11 Sep 2020 21:30:43 -0700 (PDT) X-Received: by 2002:a37:952:: with SMTP id 79mr4372228qkj.57.1599885043120; Fri, 11 Sep 2020 21:30:43 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!feeder1.feed.usenet.farm!feed.usenet.farm!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 11 Sep 2020 21:30:42 -0700 (PDT) In-Reply-To: <8e5d14a5-0311-4005-9655-951e8a274929o@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=185.32.221.247; posting-account=EeVjkgoAAADEjjbGZj8EQ6heO2Zit7QP NNTP-Posting-Host: 185.32.221.247 References: <8e5d14a5-0311-4005-9655-951e8a274929o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8a187648-6ee9-45ea-a731-c37e7a5614b0o@googlegroups.com> Subject: Re: My new post on dev.to about SPARK From: sumde121@gmail.com Injection-Date: Sat, 12 Sep 2020 04:30:43 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:60122 List-Id: On Thursday, 9 July 2020 19:46:22 UTC+5:30, mockturtle wrote: > Dear.all, > first a bit of disclaimer: this is about a recent post of mine on dev.to > I post this here since I think that maybe someone in this group could be interested. > > Recently I wrote a small binary search procedure for a software of mine. Since I always wanted to start using SPARK, I thought that this could be a nice small problem to start playing around with SPARK. The post on dev.to is about my experience. > > If you are curious > > https://dev.to/pinotattari/proving-the-correctness-of-a-binary-search-procedure-with-spark-ada-34id > > Riccardo