home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / misc / 3023 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  1.1 KB

  1. Path: sparky!uunet!mcsun!uknet!strath-cs!st-and!ajtd@honey.st-and.ac.uk
  2. From: ajtd@honey.st-and.ac.uk (Tony Davie)
  3. Newsgroups: comp.lang.misc
  4. Subject: Re: Opinions on case sensitivity in programming languages?
  5. Message-ID: <1992Sep11.083718.5030@st-andrews.ac.uk>
  6. Date: 11 Sep 92 08:37:18 GMT
  7. References: <1992Sep10.034246.14218@oucsace.cs.ohiou.edu> <KERS.92Sep10093900@cdollin.hpl.hp.com>
  8. Sender: usenet@st-andrews.ac.uk (NNTP access user)
  9. Organization: St.Andrews University
  10. Lines: 15
  11. Nntp-Posting-Host: 138.251.192.26
  12.  
  13.  
  14. > In article ... tswingle@oucsace.cs.ohiou.edu (Tom Swingle) writes:
  15. >    1.  Do you prefer programming in a language which is case-sensitive or case-
  16. >    insensitive (or does it even make a difference to you), and why?
  17.  
  18. Case sensitivity is a throwback to the days when the only input to a computer
  19. was a teletype or a punched card. There is no excuse for languages to be case
  20. insensitive nowadays, EXCEPT when connecting to machines which may have such
  21. equipment attached to them. This makes it sensible to make names of machines
  22. on a network, for instance, case-insensitive.
  23.  
  24. Tony Davie
  25.