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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,56250291936154a0 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Where is the elusive jump command? Date: 2000/04/15 Message-ID: <8d9qf8$3gb$1@nnrp1.deja.com>#1/1 X-Deja-AN: 611497437 References: <38D771CA.D41AF9B5@port.ac.uk> <8bq7ku$mc8$1@nnrp1.deja.com> <38E0E723.C39C392@quadruscorp.com> <8brfm4$4uc$1@nnrp1.deja.com> <38E240D1.DB36C983@quadruscorp.com> <38E2333B.2109F2BB@lmtas.lmco.com> <8bu4ek$412$1@nnrp1.deja.com> <8bul06$9aa1@news.cis.okstate.edu> <38E396E7.45941282@quadruscorp.com> <8c1tcr$dkp2@ftp.kvaerner.com> <38F4F1FF.568BB924@raytheon.com> X-Http-Proxy: 1.0 x43.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Sat Apr 15 13:22:56 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-04-15T00:00:00+00:00 List-Id: In article <38F4F1FF.568BB924@raytheon.com>, "Stanley R. Allen" wrote: > Not necessarily. Fortran->Ada is probably simpler than > Ada->Fortran. Hard to say, the Fortran semantics of array passing, that specify the layout of arrays, and essentially require arrays to be passed as an address with no further typing information would be VERY hard to map to Ada without going to a horrible low level. For example, a Fortran routine that inverts a 2-d matrix can be called passing it a 1-d or 3-d matrix, or some peculiar contiguous section thereof. Sent via Deja.com http://www.deja.com/ Before you buy.