home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / fortran / 4777 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.5 KB

  1. Path: sparky!uunet!gatech!mailer.cc.fsu.edu!sun13!vs11.scri.fsu.edu!sandee
  2. From: sandee@vs11.scri.fsu.edu (Daan Sandee)
  3. Newsgroups: comp.lang.fortran
  4. Subject: Re: Real Programmers
  5. Message-ID: <11556@sun13.scri.fsu.edu>
  6. Date: 16 Dec 92 17:02:17 GMT
  7. References: <DODD.92Dec12062844@mycenae.cchem.berkeley.edu> <1992Dec14.235245.2307@ultb.isc.rit.edu> <DODD.92Dec15053719@mycenae.cchem.berkeley.edu> <1992Dec15.170343.10342@craycos.com> <DODD.92Dec15142737@mycenae.cchem.berkeley.edu>
  8. Sender: news@sun13.scri.fsu.edu
  9. Reply-To: sandee@vs11.scri.fsu.edu (Daan Sandee)
  10. Organization: SCRI, Florida State University
  11. Lines: 20
  12.  
  13. In article <DODD.92Dec15142737@mycenae.cchem.berkeley.edu> dodd@roebling.poly.edu writes:
  14. >
  15. >Real FORTRAN programmers don't use lowercase letters, no excess space, no
  16. >commas unless the compiler complains, and no unit number that can be
  17. >remembered. so
  18. >
  19. > 85367 FORMAT(100(':-)')/'FOR THE HUMOR-IMPARED.')
  20. >       WRITE(6,85367)
  21.  
  22. What's all these funny apostrophes ? Must be something wimpy they added
  23. to the language after I learned it. Try
  24.   85367 FORMAT(100(3H:-)X22HFOR THE HUMOR-IMPARED.)/)
  25. Note the spelling, which indicates a Real Programmer.
  26. Anyone want to find a compiler which still accepts this ? I know it's not
  27. standard compliant, just customary.
  28.  
  29. Daan Sandee                                           sandee@scri.fsu.edu
  30. Thinking Machines Corporation
  31. Supercomputer Computations Research Institute, B-186
  32. Florida State University, Tallahassee, FL 32306-4052  (904) 644-4490
  33.