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,56250291936154a0 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: Where is the elusive jump command? Date: 2000/04/12 Message-ID: #1/1 X-Deja-AN: 610362703 Sender: bobduff@world.std.com (Robert A Duff) 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> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-04-12T00:00:00+00:00 List-Id: "Tarjei T. Jensen" writes: > Marin D. Condic wrote > >And if the only argument against it is the tons of existing math > >libraries, then theres Ada's interface capability to argue in its favor. > > > >Its a market that could be tapped - and maybe one that isn't already > >anti-Ada biased. Hmmmmmmmmm........ > > The modula-2 compiler moca comes with a "compiler" which rewrites the > source to readable C (the author claims). The kit used for this is > cocktail. > It should be possible to do the same for an fortran to Ada translator. But it's easier to translate a higher-level language into a lower-level language, than the other way around. - Bob