From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8d472879e3f609e0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-08 01:23:37 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.media.kyoto-u.ac.jp!newsfeed01.tsnz.net!news.xtra.co.nz!53ab2750!not-for-mail From: "AG" Newsgroups: comp.lang.ada References: <0vGdnQFmVPoZj0Gj4p2dnA@gbronline.com> <1054647054.761122@master.nyc.kbcfp.com> <1054651042.211055@master.nyc.kbcfp.com> <1054652619.86785@master.nyc.kbcfp.com> Subject: Re: Case sensitivity (was Re: no title) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Sun, 8 Jun 2003 20:24:25 +1200 NNTP-Posting-Host: 219.88.61.156 X-Complaints-To: newsadmin@xtra.co.nz X-Trace: news.xtra.co.nz 1055060616 219.88.61.156 (Sun, 08 Jun 2003 20:23:36 NZST) NNTP-Posting-Date: Sun, 08 Jun 2003 20:23:36 NZST Organization: Xtra Xref: archiver1.google.com comp.lang.ada:38828 Date: 2003-06-08T20:24:25+12:00 List-Id: "Hyman Rosen" wrote in message news:WJAEa.46002$ca5.5643@nwrdny02.gnilink.net... > I want case to matter so that I can simultaneously have > the same spelling but different case mean different things. > The most frequent argument I've seen against this is that > this will cause confusion for the readers of the code, to > have one word mean different things just because of case. > Therefore the overloading argument is relevant - you can > have one word that means different things even without case > distinction. > > Do we have to go through all this yet again? > Let's do a hypothetical experiment: Reverse the cases of all the letters in what you wrote. Or, just go random on them :-) It sure would make it hard to read but would it change the meaning one iota?