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,LOTS_OF_MONEY 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:37:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!cyclone.bc.net!tdsnet-transit!newspeer.tds.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Case sensitivity (was Re: no title) Date: 3 Jun 2003 06:37:27 -0500 Organization: LJK Software Message-ID: References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1054640215 31707 192.135.80.34 (3 Jun 2003 11:36:55 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 3 Jun 2003 11:36:55 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:38453 Date: 2003-06-03T06:37:27-05:00 List-Id: In article , "Steve" writes: > IMHO, case sensitivity does not ensure consistency of names. It permits you > to have Text_IO, Text_Io, text_io and TEXT_IO in the same program, that all > do different things (Yuk!). Having seen this sort of thing in some C code, > I think it's a very bad thing and does do harm. You omitted 60 other possible capitalizations. I suppose one could write a C program with all variables named "variable" but with various capitalizations. _That_ should answer those people who claim Ada can do anything C can do.