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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c4cb2c432feebd9d X-Google-Thread: 1094ba,c4cb2c432feebd9d X-Google-Attributes: gid103376,gid1094ba,public X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news2.google.com!news.germany.com!newsfeed01.sul.t-online.de!t-online.de!newsfeed01.chello.at!newsfeed02.chello.at!news.hispeed.ch.POSTED!not-for-mail Message-ID: <5451390.SQrxHljQDs@linux1.krischik.com> From: Martin Krischik Subject: Re: Ada vs Fortran for scientific applications Newsgroups: comp.lang.ada,comp.lang.fortran Date: Thu, 25 May 2006 13:32:29 +0200 References: <0ugu4e.4i7.ln@hunter.axlog.fr> <%P_cg.155733$eR6.26337@bgtnsc04-news.ops.worldnet.att.net> User-Agent: KNode/0.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8Bit X-Complaints-To: abuse@hispeed.ch Organization: hispeed.ch NNTP-Posting-Host: 80.218.119.160 (80.218.119.160) NNTP-Posting-Date: Thu, 25 May 2006 14:00:22 +0200 X-Trace: 3d16e44759c56f57fd20502926 Xref: g2news2.google.com comp.lang.ada:4452 comp.lang.fortran:10235 Date: 2006-05-25T13:32:29+02:00 List-Id: Dick Hendrickson wrote: > In practice, the historical run-time cost of > checking bounds was [thought to be] too high, so compilers > either didn't do it, or did it under some sort of command > line option control. Which is not that different from Ada - only in Ada it tend to be a "don't do the check" compiler option or pragma statement. Thats because high cost has a different meaning in Ada. There is that famous: pragma suppress(numeric_error, horizontal_veloc_bias); which has cost ESA � 860.000.000. Of corse they would have found that bug if the ESA management had decided to rerun the test suite before employing old software on a new rocked. Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com