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,9b2c6dfe50790879 X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: Fortran 77 to Ada Date: 1999/11/22 Message-ID: <81brf7$602$1@nnrp1.deja.com>#1/1 X-Deja-AN: 551656352 References: <18cf8f9c.09c1c234@usw-ex0108-062.remarq.com> <8152h5$n7e$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x32.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Mon Nov 22 16:37:05 1999 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.6 [en] (WinNT; I) Date: 1999-11-22T00:00:00+00:00 List-Id: In article <8152h5$n7e$1@nnrp1.deja.com>, Robert Dewar wrote: > In article <18cf8f9c.09c1c234@usw-ex0108-062.remarq.com>, > Chris wrote: > > Do you know any tools able to translate automatically > > (almost) a Fortran software program (F77 type)into an Ada83 > > software program ? > in normal cases there are two possibilities: > > a) the code is high quality and works fine, in this case why > on earth translate it. > > b) the code is in bad shape and need reengineering. In this How about c) Some Fortran code running on machine A needs to communicate with some Ada code runnning on machine B. Fortran code A has a single source file that specifies the data structures used in the interface. It would be nice to be able generate the Ada interface data structure code automagicly from the Fortran interface data structure code whenever the latter changes. I once had to write a special-purpose Fortran to C translator for the above reason. -- T.E.D. Sent via Deja.com http://www.deja.com/ Before you buy.