home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / scheme / 2550 < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.lang.scheme
  2. Path: sparky!uunet!news.univie.ac.at!chx400!Sirius.dfn.de!math.fu-berlin.de!informatik.tu-muenchen.de!kobler
  3. From: kobler@informatik.tu-muenchen.de (Daniel Kobler)
  4. Subject: case sensitivity
  5. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  6. Organization: Inst. fuer Informatik, Technische Univ. Muenchen, Germany
  7. Date: Fri, 6 Nov 1992 06:23:57 GMT
  8. Message-ID: <1992Nov6.062357.8865@Informatik.TU-Muenchen.DE>
  9. Distribution: comp.lang.scheme
  10. Lines: 24
  11.  
  12. hi,
  13.  
  14. when I asked about the WHY of 'Wall being different from 'WALL a
  15. couple of weeks ago I didn't expect to rise a discussion like this.
  16.  
  17. Well I know I'm talking about a religious issue, but ...
  18.  
  19.     'Wall is claimed to be the same as 'WALL,
  20.  
  21. whereas
  22.  
  23.     (string->symbol "Wall") and (string->symbol "WALL") are different.
  24.  
  25. And again my question: why these differences? Wouldn't it be better to
  26. do it the one OR the other way, i.e. allow symbols with upper/lower
  27. case letters or strictly converting all letters inside symbol names to
  28. the case preferred by the respective implementation?
  29.  
  30. -Daniel ][
  31. --
  32. Daniel Kobler                        kobler@kiss.informatik.tu-muenchen.de
  33.  TU  Muenchen, Arcisstr.21,          "Once upon a time I had a good girl,
  34.  8000 Muenchen 2, Germany             once upon a girl I had a good time."
  35.  
  36.