Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!husc6!m2c!wpi!lfoard From: lfoard@wpi.wpi.edu (Lawrence C Foard) Newsgroups: comp.lang.fortran Subject: Re: C to Fortran conversion (was: fortran to c conversion) Message-ID: <1860@wpi.wpi.edu> Date: 12 Apr 89 01:57:38 GMT References: <7713@batcomputer.tn.cornell.edu> Reply-To: lfoard@wpi.wpi.edu (Lawrence C Foard) Organization: Worcester Polytechnic Institute, Worcester, MA. USA Lines: 14 In article <7713@batcomputer.tn.cornell.edu> kahn@tcgould.tn.cornell.edu (Shahin Kahn) writes: >How about C to Fortran translation? Does anyone know of such a tool? This would be virtually impossible unless you used Fortran to simulate a processor. It would also consume huge amounts of memory since Fortran has no dynamic memory allocation, you would have to make an array that would be the biggest memory size possible. Of course you would also have to simulate a stack since Fortran doesn't support recursion.... Goes to show C is simply better than Fortran ;) -- Disclaimer: My school does not share my views about FORTRAN. FORTRAN does not share my views about my school.