home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16274 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.7 KB  |  35 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!netnews!aplexus.jhuapl.edu!ygor
  3. From: ygor@aplexus.jhuapl.edu (Daniel E. White  (F2C))
  4. Subject: Re: Fortran to C conversion: Why bother?
  5. Message-ID: <BxIEwH.F59@netnews.jhuapl.edu>
  6. Sender: usenet@netnews.jhuapl.edu
  7. Organization: Johns Hopkins U. Applied Physics Lab
  8. References:  <1992Nov9.131601.167@gems.vcu.edu>
  9. Date: Tue, 10 Nov 1992 16:53:05 GMT
  10. Lines: 23
  11.  
  12. In article <1992Nov9.131601.167@gems.vcu.edu>, hleaves@gems.vcu.edu writes:
  13. |> I was wondering why anyone would bother using the f2c (or similar) program to
  14. |> translate fortran code directly into C. All you end up with is C code that
  15. |> exactly mimics the functionality of the original fortran code. Its not as if
  16. |> the translating program rewrites your algorithms to use the parts of C that
  17. |> make C really useful. Its just fortran code expressed in C. What's the point?
  18. |> If you're going to write programs in fortran, use a fortran compiler. If you
  19. |> want to use the features of C, learn C and use a C compiler. Using f2c doesnt
  20. |> give you any of the advantages of designing and writing the original program in
  21. |> C.
  22. |> 
  23. |> -Hugh
  24.  
  25. I second that.  I've seen too much C source that looks like FORTRAN with
  26. semi-colons appended to the line endings.
  27.  
  28. -- 
  29. ------------------------------------------------------------------------
  30.                                                                Dan White
  31. ------------------------------------------------------------------------
  32. "Sometimes  I  think  the  surest  sign  that  intelligent  life exists
  33.  elsewhere  in the universe is that none of it has tried to contact us."
  34.                                                   Calvin (Bill Waterson)
  35.