Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!eos!aurora!labrea!csli!kasper From: kasper@csli.STANFORD.EDU (Kasper Osterbye) Newsgroups: comp.lang.misc Subject: Re: case sensitivity Message-ID: <2758@csli.STANFORD.EDU> Date: 11 Mar 88 08:22:55 GMT References: <2318@bsu-cs.UUCP> Reply-To: kasper@csli.UUCP (Kasper Osterbye) Organization: Center for the Study of Language and Information, Stanford U. Lines: 9 In article <2318@bsu-cs.UUCP> dhesi@bsu-cs.UUCP (Rahul Dhesi) writes: >Just an opinion: case sensitivity in a programming language is not in >itself a bad thing. It is how it is used that can cause problems. > --> [Arguments] >Rahul Dhesi UUCP: !{iuvax,pur-ee,uunet}!bsu-cs!dhesi I disagree. Case sensitivity is always a drag. Someone always will use the TWO variables i and I, and I will get quite confused. I like a language to treat WriteString as the same identifier as writestring, but I like that I can write it both ways.