home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / scheme / 2579 < prev    next >
Encoding:
Text File  |  1992-11-13  |  924 b   |  27 lines

  1. Newsgroups: comp.lang.scheme
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  3. From: Alan@lcs.mit.EDU (Alan Bawden)
  4. Subject: Case sensitivity
  5. Message-ID: <9211122127.AA06541@corn-pops>
  6. Sender: Alan@lcs.mit.edu
  7. Organization: The Internet
  8. References: <TMB.92Nov7012525@arolla.idiap.ch>
  9. Date: Thu, 12 Nov 1992 21:27:44 GMT
  10. Lines: 15
  11.  
  12.    Date: 7 Nov 92 01:25:25
  13.    From: "Thomas M. Breuel" <tmb@arolla.idiap.ch>
  14.    ...  On the other hand, writing the same symbol as "Foo" in one place
  15.    and "foo" in another is just plain in bad taste....
  16.  
  17. I love it.  Earlier in this discussion there were people who wrote to say
  18. that they -like- to write code such as
  19.  
  20.   (define (FACT n) (if (< n 2) 1 (* n (fact (- n 1)))))
  21.  
  22. in order to emphasize the definitional occurrence.  So now you've labeled
  23. this as "bad taste".  There is now no doubt that this discussion is going
  24. nowhere fast.
  25.  
  26.                 - Alan
  27.