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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fd3a5ba6349a6060 X-Google-Attributes: gid103376,public From: nabbasi@pacbell.net Subject: Re: should I be interested in ada? Date: 1999/02/18 Message-ID: <7ahi79$1rr@drn.newsguy.com>#1/1 X-Deja-AN: 445775162 References: <7a72e6$g55$1@probity.mcc.ac.uk> <36C93BB4.1429@ecs.soton.ac.uk> <7afc1o$3mi$2@plug.news.pipex.net> <7afttr$7v3$1@nnrp1.dejanews.com> <7aganu$qsc$1@plug.news.pipex.net> <36CC3AEA.59E2@lanl.gov> Organization: Newsguy News Service [http://www.newsguy.com] Newsgroups: comp.lang.ada Date: 1999-02-18T00:00:00+00:00 List-Id: In article <36CC3AEA.59E2@lanl.gov>, William says... > >Be aware that easy cases of array assignements in Fortran are easilly >mapped to sequential code, but that more complex cases require >temporaries. This is particularly true of the FORALL and WHERE >constructs, and ELEMENTAL functions. > but could'nt all of the above be coded just as well in Ada? All what one need is a fortran array-thingy package that implement all of those fortran features mentioned. It is all just code after all. may be this is another package to add to the growing wish-list of packages for Ada that everyone wants, but no one has the time to do :) nasser