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=0.3 required=5.0 tests=BAYES_00,INVALID_MSGID, PLING_QUERY,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9c6cb042c6c5955f X-Google-Attributes: gid103376,public X-Google-Thread: 1094ba,2683c9864062de25,start X-Google-Attributes: gid1094ba,public From: ig25@fg70.rz.uni-karlsruhe.de (Thomas Koenig) Subject: Re: Does Ada95 beat FORTRAN?!? Date: 1996/04/22 Message-ID: <4lgcnf$mss@fg70.rz.uni-karlsruhe.de>#1/1 X-Deja-AN: 150819565 references: <00001a73+00002ce8@msn.com> content-type: text/plain; charset=iso-8859-1 organization: =?ISO-8859-1?Q?Universit=E4t_Karlsruhe_(TH),_Germany_?= mime-version: 1.0 reply-to: Thomas.Koenig@ciw.uni-karlsruhe.de newsgroups: comp.lang.ada,comp.lang.fortran nntp-posting-user: ig25 Date: 1996-04-22T00:00:00+00:00 List-Id: [Also crossposted to c.l.f] In comp.lang.ada, KMays@msn.com (Kenneth Mays) wrote: >I was interested in replacing a lot of old Fortran-77 code with Ada >code. Does anyone feel that Ada95 is >better than FORTRAN? Ada 95 is certainly better than the obsolete Fortran 77. Fortran 90 is a much more modern language, can do many of the things that Ada can do, and certainly is an alternative to Ada worth considering even when writing new code. While Ada 95 has a much cleaner overall design, and object orientation, Fortran 90 (and especially HPF/Fortran 95) has a clear edge over Ada in compiler availability, high performance and automatic vectorization and paralleization. Tossing Fortran 77 in favour of either Fortran 90 or Ada 95 is a Good Thing.