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 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-03 04:41:58 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!feed.news.nacamar.de!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Case sensitivity (was Re: no title) Date: Tue, 3 Jun 2003 11:41:57 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <0vGdnQFmVPoZj0Gj4p2dnA@gbronline.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1054640517 26732 129.241.83.78 (3 Jun 2003 11:41:57 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Tue, 3 Jun 2003 11:41:57 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:38454 Date: 2003-06-03T11:41:57+00:00 List-Id: Hyman Rosen wrote: > type color is ( red, green, blue ); > type mood is ( cheerful, angry, blue ); This doesn't have to do with upper case or lower case it has to do with English language. And I guess your solution would be: type color is ( Red, Green, blue ); type mood is ( cheerful, angry, Blue ); ;-) > This means that just looking at an identifier, I can't immediately > know what it is - I may have to analyze a complicated overload to > figure it out, or have my IDE do that for me. If it turns out that > I used the identifier in an incorrect context, the compiler will > tell me. So since we're already in this situation, I fail to see > how case sensitivity makes things any worse, except that some people > just don't like it. You are trying to make soup by cooking a nail I see. -- Preben Randhol http://www.pvv.org/~randhol/