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-10 10:16:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!bigboote.WPI.EDU!news.tufts.edu!uunet!dca.uu.net!ash.uu.net!spool.news.uu.net!not-for-mail Date: Tue, 10 Jun 2003 13:16:16 -0400 From: Hyman Rosen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030529 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Case sensitivity (was Re: no title) References: <0vGdnQFmVPoZj0Gj4p2dnA@gbronline.com> <1054647054.761122@master.nyc.kbcfp.com> <1054651042.211055@master.nyc.kbcfp.com> <0egDa.45243$fT5.9340@nwrdny01.gnilink.net> <4pAEa.15920$JA5.307003@news.xtra.co.nz> <1055254292.542552@master.nyc.kbcfp.com> <1055261118.181713@master.nyc.kbcfp.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Organization: KBC Financial Products Message-ID: <1055265377.116836@master.nyc.kbcfp.com> Cache-Post-Path: master.nyc.kbcfp.com!unknown@nightcrawler.nyc.kbcfp.com X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) NNTP-Posting-Host: 204.253.250.10 X-Trace: 1055265382 1982 204.253.250.10 Xref: archiver1.google.com comp.lang.ada:38914 Date: 2003-06-10T13:16:16-04:00 List-Id: Underline all you want. Of course this is just a style issue! If Ada had decided to forbid the letter 'e' in identifiers, it would still be a perfectly good language, but it would annoy people who want to use that letter and can't. Instead, we have a language which considers Get_String and get_string but not GetString to be identical, and distinguishes between F00L and FOOL. I consider that perfectly arbitrary. If you insist upon insensitivity, I would ban digits from identifiers, and allow '_' as a non-semantic separator between letters just like it is used in Ada numbers.