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,5af5c381381ac5a7 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!not-for-mail From: =?iso-8859-15?Q?Yannick_Duch=EAne_=28Hibou57=29?= Newsgroups: comp.lang.ada Subject: Re: Ada requires too much typing! Date: Thu, 03 Jun 2010 18:09:38 +0200 Organization: Ada At Home Message-ID: References: <4bfd19ba$0$2362$4d3efbfe@news.sover.net> NNTP-Posting-Host: NJ7dT1FfHACzonSNRpah0A.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.53 (Win32) Xref: g2news1.google.com comp.lang.ada:11257 Date: 2010-06-03T18:09:38+02:00 List-Id: Le Thu, 03 Jun 2010 18:54:57 +0200, Colin Paul Gloster = a =E9crit: Box design: (c) Peter C. Chapin. +---------------------------------------------------------+ | " Passing a parameter to an Ada subprogram can look | | like choosing an element of an Ada array, with a very | | different execution cost. " | +---------------------------------------------------------+ That's another area and not part of language semantic (readability refer= s = to meaning, semantic). And you will nor see difference of execution cost between two different = = functions. -- = 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.