home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / compiler / 2267 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.2 KB

  1. Xref: sparky comp.compilers:2267 comp.lang.fortran:5201
  2. Newsgroups: comp.compilers,comp.lang.fortran
  3. Path: sparky!uunet!think.com!spdcc!iecc!compilers-sender
  4. From: steve@hubcap.clemson.edu ("Steve" Stevenson)
  5. Subject: Wanted: folk theorems in Fortran Programming.
  6. Reply-To: steve@hubcap.clemson.edu ("Steve" Stevenson)
  7. Organization: Clemson University
  8. Date: Tue, 26 Jan 1993 16:45:55 GMT
  9. Approved: compilers@iecc.cambridge.ma.us
  10. Message-ID: <93-01-193@comp.compilers>
  11. Keywords: Fortran, question
  12. Sender: compilers-sender@iecc.cambridge.ma.us
  13. Lines: 19
  14.  
  15. I am trying to make a catalog of folk wisdom in fortran programming. I already
  16. have a some theorems.  For example:
  17.  
  18.         BAD           GOOD
  19. x = y/2.0          x=y*0.5
  20. a**5               (a*a)*(a*a)*a
  21. 2.0*x              x+x
  22.  
  23. I would appreciate any such words of wisdom you might have.
  24. I'll collect and broadcast a compilation.
  25.  
  26. Steve
  27. --
  28. Steve (really "D. E.") Stevenson           steve@hubcap.clemson.edu
  29. Department of Computer Science,            (803)656-5880.mabell
  30. Clemson University, Clemson, SC 29634-1906
  31. -- 
  32. Send compilers articles to compilers@iecc.cambridge.ma.us or
  33. {ima | spdcc | world}!iecc!compilers.  Meta-mail to compilers-request.
  34.