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.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,b6d862eabdeb1fc4 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: Ada noob here! Is Ada widely used? Date: Sat, 22 May 2010 01:24:38 +0200 Organization: Ada At Home Message-ID: References: <7GwJn.4712$z%6.3258@edtnps83> <4bf6e7fb$0$2354$4d3efbfe@news.sover.net> NNTP-Posting-Host: yVqnXu8PM2YoL9CUr8z5jg.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: g2news2.google.com comp.lang.ada:11861 Date: 2010-05-22T01:24:38+02:00 List-Id: Le Fri, 21 May 2010 22:11:34 +0200, Peter C. Chapin = a =C3=A9crit: > SPARK is a specialized language designed for high integrity and safety= > critical programming. With due respect, I was just to say I don't agree with the critical = condition which appears in all wordings talking about SPARK. This (SPARK= ) = is just nice when you want to proof something works, when you want to = proofs there will not be any runtime error or specification violation. = Obviously, this is welcome in critical areas... while not only. There is no need to deal with a critical area to seek for that : this ma= y = simply be because you want better as much as it is possible or because y= ou = want something to be well-done as much as it is possible. The exact same= = reasons you have to choose a typed language instead of a non-typed one. = = Many people do things, in some manner, with non-typed language. Just the= = way its done differs, and not every body have the same requirements. Som= e = have requirements which makes them say they don't need typed language. = Some don't agree with that. This depends on what the author wish. By the way, the definition of hat a critical area is, does not seems = clear. Some ones may say =E2=80=9Cthis is critical=E2=80=9D while some o= ther will not. I like to say SPARK is a step above types and declarations. This seems t= o = better cover its purpose, in my humble opinion. -- = There is even better than a pragma Assert: a SPARK --# check.