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-7-bit Path: g2news2.google.com!news4.google.com!news1.google.com!news.maxwell.syr.edu!sn-xt-sjc-04!sn-xt-sjc-11!sn-xt-sjc-07!sn-post-sjc-01!supernews.com!news.supernews.com!nospam From: nospam@see.signature (Richard E Maine) Newsgroups: comp.lang.ada,comp.lang.fortran Subject: Re: Ada vs Fortran for scientific applications Date: Wed, 24 May 2006 12:56:51 -0700 Organization: NASA Dryden Message-ID: <1hfueci.gqh15iokof6lN%nospam@see.signature> References: <0ugu4e.4i7.ln@hunter.axlog.fr> <%P_cg.155733$eR6.26337@bgtnsc04-news.ops.worldnet.att.net> <1hfu968.1i5puf26uqbldN%nospam@see.signature> <4474b632_1@news.bluewin.ch> User-Agent: MacSOUP/2.7 (Mac OS X version 10.4.6) X-Complaints-To: abuse@supernews.com Xref: g2news2.google.com comp.lang.ada:4434 comp.lang.fortran:10222 Date: 2006-05-24T12:56:51-07:00 List-Id: Gautier wrote: > Nasser Abbasi: > > > Well, at least one thing is common between Ada and Fortran: Both are > > case INSENSITIVE. > > Two other points in common are readability (or, non-cryptic syntax) and > (Fortran: 77+ ?) full-bracketing (conditional or loop statements > terminated by END). Both things are extremely helpful for revising code, > which is crucial for scientific programming, and separate the pre- > (Pascal, C) and post-1977 compiled languages. I had also noticed the similarity between Fortran 90 modules and Ada packages. Not idenical by any means, but there are sure some similarities. And the possibility of specifying procedure arguments by keyword instead of just positionally. You find that in some scripting languages. And you find things like that in lots of other contexts, including the syntax typically used to invoke compilers. But in compiled languages, it seems like the feature is rare; it is shared by Fortran 90 and Ada, and then I start slowing down a lot in naming compiled languaages in widespread use that have it. -- Richard Maine | Good judgment comes from experience; email: my first.last at org.domain| experience comes from bad judgment. org: nasa, domain: gov | -- Mark Twain