home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / fortran / 3010 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.3 KB

  1. Path: sparky!uunet!mcsun!uknet!brunel!mtpgpdh
  2. From: Peter.Hammond@brunel.ac.uk (Peter D Hammond)
  3. Newsgroups: comp.lang.fortran
  4. Subject: Re: What extensions do you use?
  5. Message-ID: <BsxCAL.Hr4@brunel.ac.uk>
  6. Date: 13 Aug 92 13:32:43 GMT
  7. References: <1992Aug13.004448.4409@ccu1.aukuni.ac.nz>
  8. Organization: Brunel University, Uxbridge, UK
  9. Lines: 23
  10. X-Newsreader: Tin 1.1 PL3
  11.  
  12. Hi.
  13. I am lucky (?) enough to only program on one platform, Sun 4, so using
  14. extensions is no problem. I dont sell my code, so if anyone nicks it
  15. then trying to port it is their problem!
  16.  
  17. I find the following very useful:
  18. Long (ie meaningfull) identifiers
  19. Trailing comments (eg
  20.     if ( a .ne. b ) then  ! If mismatched, sort it out...
  21. and various of the Sun library functions, which I suppose could be called
  22. language extensions. In addition, I often use unlabelled do loops, because
  23. I think they are tidyer than all those continue statements.
  24.  
  25. Just my 2p worth.
  26. As programmers go, I make a pretty good materials scientist...
  27.  
  28. -- 
  29. BFN, Pete.
  30.  
  31.  Dept. Materials Technology | Disclaimer: SERC pay me | You sometimes have to  
  32.  Brunel University          | to report my opinions,  |    listen to
  33.  Uxbridge                   | not for theirs or the   | A lot of useless talk.
  34.  Middx, UB8 3PH, UK.        | the university's.       |         N. Peart. (RUSH)
  35.