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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b36bbdc1595d0665 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!j8g2000yqd.googlegroups.com!not-for-mail From: Mark Lorenzen Newsgroups: comp.lang.ada Subject: Re: SPARK code samples Date: Wed, 11 Aug 2010 09:07:51 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <1iq8kg021bo4v$.s51i2enx3fzo.dlg@40tude.net> NNTP-Posting-Host: 193.163.1.105 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1281542871 11965 127.0.0.1 (11 Aug 2010 16:07:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 11 Aug 2010 16:07:51 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j8g2000yqd.googlegroups.com; posting-host=193.163.1.105; posting-account=Srm5lQoAAAAEMX9rv2ilEKR6FDPapmSq User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; da; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:13126 Date: 2010-08-11T09:07:51-07:00 List-Id: On 11 Aug., 13:38, Ada novice wrote: > > Thanks for this information. I'm interested to learn SPARK. If I > understand correctly, SPARK aligns itself well with Ada 95 and not yet > with Ada 05. Is this because of the strictness of SPARK to provide > highly reliable codes and hence it contains only well-tested features > (subset of Ada features)? It would be interesting to see some SPARK > codes on the wiki page building over time. Not quite. SPARK is a proper subset of Ada and is amenable to static analysis. This has (in principle) nothing to do with if an Ada feature is well-tested or not. You should think of SPARK as a language in its own right and not as a subset of some other language. Although SPARK constantly evolves it will never evolve into a language with the same feature-set as Ada - no matter how well tested all Ada festures one day will be.