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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e5373b7ba73e9421 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!news4.google.com!feeder.news-service.com!news.albasani.net!news.mixmin.net!aioe.org!not-for-mail From: =?iso-8859-15?Q?Yannick_Duch=EAne_=28Hibou57=29?= Newsgroups: comp.lang.ada Subject: Re: installing SPARK GPL on Windows Date: Sat, 07 Aug 2010 22:30:16 +0200 Organization: Ada At Home Message-ID: References: <1d6d0e90-c9cd-4b62-a542-467a19e69095@y11g2000yqm.googlegroups.com> NNTP-Posting-Host: Dn9O9Lwsr1+ZjkBHPDpZhg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Opera Mail/10.60 (Win32) Xref: g2news1.google.com comp.lang.ada:12939 Date: 2010-08-07T22:30:16+02:00 List-Id: Le Sat, 07 Aug 2010 19:43:30 +0200, Ada novice a =E9crit:= > On a related note, if I understand correctly then SPARK GPL only > features a subset of the Ada language. Does this implies that not > every program in Ada will work with SPARK? This is not a SPARK GPL limitation (if I am not failing to understand = you), this is a SPARK feature. This is a feature of SPARK to be a safe (= in = some regards) subset of Ada. SPARK GPL is still full SPARK (more or less). -- = There is even better than a pragma Assert: a SPARK --# check. --# check C and WhoKnowWhat and YouKnowWho; --# assert Ada; -- i.e. forget about previous premises which leads to conclusion -- and start with new conclusion as premise.