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,23c0de5a42cf667e X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news4.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!85.158.31.10.MISMATCH!newsfeed-0.progon.net!progon.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.mixmin.net!aioe.org!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: GNAT packages in Linux distributions Date: Wed, 26 May 2010 13:25:30 +0200 Organization: Ada At Home Message-ID: References: <87mxw9x7no.fsf@ludovic-brenta.org> <16bz9kvbqa8y9$.155ntpwpwl29d.dlg@40tude.net> <4be97bea$0$2966$ba4acef3@reader.news.orange.fr> <1p87qdlnjbufg.127laayhrw9x3$.dlg@40tude.net> <4j73xhgimt6r$.pu55kne2p2w5$.dlg@40tude.net> NNTP-Posting-Host: 2gba2B6ZhmveiNSbnmeIoQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; 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.53 (Win32) Xref: g2news1.google.com comp.lang.ada:11055 Date: 2010-05-26T13:25:30+02:00 List-Id: Le Wed, 26 May 2010 10:38:20 +0200, a = =C3=A9crit: > Defining a derived language which uses the mother language's comments = for > an "annotation" syntax (like SPARK, some Java-derivatives, About this comparison to Java : JML (Java Modeling Language) which is th= e = corresponding DbC (Design By Contract) language for Java, is not aimed a= t = static analysis, it creates conditions which are checked at runtime only= = (as far as I've understood). So there is no way to compare JML and SPARK= . Please, can you tell me more about what =E2=80=9Cannotations=E2=80=9D im= plies to you ? To give a small talk, I would just say that if it either appears in = comment or in plain language source, I do not see a difference. -- = There is even better than a pragma Assert: a SPARK --# check.