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,a50a3c40267219cc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-15 08:13:01 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-post-01!supernews.com!corp.supernews.com!NewsWatcher!user From: ev_remove_this_ans@evans.pgh.pa.us (Arthur Evans Jr) Newsgroups: comp.lang.ada Subject: Re: The caselessness is one of the things I like best! Date: Mon, 15 Oct 2001 11:12:59 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3105e154.0110150021.32ff5426@posting.google.com> <9qeg5r$266$1@trog.dera.gov.uk> <9qei6k$3hj$1@newstoo.ericsson.se> X-Newsreader: MT-NewsWatcher 2.3.1 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:14537 Date: 2001-10-15T11:12:59-04:00 List-Id: Larry Kilgallen wrote: > Any program that has different meanings for "item" and "Item" > is very poorly written. and several others made similar comments. I agree. OTOH, I don't think it should be the goal of language design to legislate against such usage -- it can't succeed in doing so. For example, nothing in Ada's specification legislates against using OO00OO0O00O00 and OO00O00O00O00 as identifiers, or lll11l1l1lll1l1ll1 and lll11l1l1l1l1l1ll1, or mmmmmmmmmmmmmmmmmmmm and mmmmmmmmmmmmmmmmmmmmm. I think use of such identifiers is fully as bad practice as using 'item' and 'Item'. Case sensitivity of identifiers, like many other parts of the language, would be a feature that could either be used to advantage or be abused. In DR meetings I made this point and pushed for case sensitivity; I lost the argument. It's clearly a dead issue now for Ada, as there's no possibility that an Ada revision could incorporate such a non upward compatible change. Oh well... Note, BTW, that Ada does forbid use of O__________________ and O_________________ as identifiers. "You can't read the listing without a ruler. Art Evans Make the obvious change to my email address to reply to me.