home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / c / 20291 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.0 KB  |  31 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!destroyer!ncar!noao!stsci!kimball
  3. From: kimball@stsci.edu (Timothy Kimball)
  4. Subject: Re: Why C over FORTRAN
  5. Message-ID: <1993Jan28.135442.7203@stsci.edu>
  6. Sender: news@stsci.edu
  7. Organization: Space Telescope Science Institute
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. References: <RVILLA.93Jan27211009@navier.ae.utexas.edu>
  10. Date: Thu, 28 Jan 1993 13:54:42 GMT
  11. Lines: 18
  12.  
  13. reynaldo villarreal (rvilla@navier.ae.utexas.edu) wrote:
  14. : I am interested in the pros and cons of C vs. FORTRAN.(gcc vs f77 on a
  15. : Sun) I have to write code and have to give an informed choice to my
  16. : advisor on which to use.
  17.  
  18. Uh, could you be more specific about the type of project you're doing?
  19. IMHO, it makes a difference.  Each language has its strengths
  20. and weaknesses that are relative to the application.
  21. The rule of thumb I go by is:
  22.     C for heavy i/o or string processing, light numerical;
  23.     F77 for heavy numerical, light i/o & strings.
  24.  
  25. Anyone else?
  26.  
  27. --
  28.  
  29. /* tdk -- Opinions are mine, not my employer's. */
  30.