From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on ip-172-31-74-118.ec2.internal X-Spam-Level: * X-Spam-Status: No, score=1.5 required=3.0 tests=BAYES_60,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a05:6214:1586:: with SMTP id m6mr60501438qvw.171.1594304180935; Thu, 09 Jul 2020 07:16:20 -0700 (PDT) X-Received: by 2002:a9d:3ac:: with SMTP id f41mr47147977otf.5.1594304180594; Thu, 09 Jul 2020 07:16:20 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!feeder1.feed.usenet.farm!feed.usenet.farm!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: Thu, 9 Jul 2020 07:16:20 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=81.123.181.15; posting-account=9fwclgkAAAD6oQ5usUYhee1l39geVY99 NNTP-Posting-Host: 81.123.181.15 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8e5d14a5-0311-4005-9655-951e8a274929o@googlegroups.com> Subject: My new post on dev.to about SPARK From: mockturtle Injection-Date: Thu, 09 Jul 2020 14:16:20 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:59413 List-Id: 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