home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / fortran / 2849 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!psinntp!psinntp!isc-newsserver!jsvrc
  3. From: jsvrc@rc.rit.edu (Doctor FORTRAN)
  4. Subject: Re: C to Fortran?
  5. Message-ID: <1992Jul27.174458.3762@ultb.isc.rit.edu>
  6. Followup-To: comp.lang.fortran,comp.lang.c
  7. Originator: jsvrc@rcmain.rc.rit.edu
  8. Sender: jsvrc@rc.rit.edu (Doctor FORTRAN)
  9. Nntp-Posting-Host: rcmain.rc.rit.edu
  10. Organization: RIT Research Corp
  11. References: <MERNST.92Jul24081907@coot.lcs.mit.edu>
  12. Distribution: comp
  13. Date: Mon, 27 Jul 1992 17:44:58 GMT
  14. Lines: 15
  15.  
  16. In article <MERNST.92Jul24081907@coot.lcs.mit.edu> mernst@theory.lcs.mit.edu (Michael Ernst) writes:
  17. >Can anyone point me at a tool for converting programs written in C to
  18. >Fortran?
  19.  
  20. Unfortunately, this is a very difficult thing to do, as it violates the Second
  21. Law of Thermodynamics. :-)
  22.  
  23. If you're looking for readable, maintainable code, it is doubtful that an
  24. automated tool can do the job. f2c, which goes in the opposite direction
  25. (hence in accordance with the Second Law of Thermodynamics :-) does not, I
  26. understand, produce code which one would want to read nor maintain. A
  27. translation by hand may be your best option if you want to easily understand
  28. the FORTRAN code.
  29.  
  30. ==Doctor FORTRAN
  31.