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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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 05:26:58 PST Path: archiver1.google.com!news2.google.com!news1.google.com!sn-xit-03!sn-xit-04!supernews.com!newspump.sol.net!nntp1.roc.gblx.net!nntp.gblx.net!nntp1.phx1.gblx.net!nntp.gblx.net!nntp.gblx.net!nntp-cust.primenet.com!news.streamgate.de!gerhard.nospam From: gerhard.nospam@bigfoot.de (Gerhard =?iso-8859-1?Q?H=E4ring?=) Newsgroups: comp.lang.ada Subject: Re: The caselessness is one of the things I like best! Date: Mon, 15 Oct 2001 14:21:28 +0200 Organization: Streamgate AG Message-ID: References: <3105e154.0110150021.32ff5426@posting.google.com> <9qeg5r$266$1@trog.dera.gov.uk> <9qei6k$3hj$1@newstoo.ericsson.se> Reply-To: gerhard@bigfoot.de NNTP-Posting-Host: 213-196-68-75.hosts.streamgate.de X-Trace: news.streamgate.de 1003147287 9765 213.196.68.75 (15 Oct 2001 12:01:27 GMT) X-Complaints-To: news@streamgateag.de NNTP-Posting-Date: Mon, 15 Oct 2001 12:01:27 +0000 (UTC) User-Agent: slrn/0.9.6.3 (Linux) Xref: archiver1.google.com comp.lang.ada:14521 Date: 2001-10-15T14:21:28+02:00 List-Id: On Mon, 15 Oct 2001 14:06:18 +0200, Petter Fryklund wrote: > If the only difference between two entities is the case, I think the > program will be very hard to maintain. True. The compiler probably should show a warning in this case. But Ada's case insensitivity is so stupid it hurts. Don't tell me it's needed for your weird 7 bit processor with EBDIC (sp?) character set. Cross-compile if you need to support such broken processors. I want inconsistent casing to be a syntax error in a language. Oh yes. And the keywords be either lower or upper case, too (I'd prefer upper case as in MODULA-2/3). Gerhard -- mail: gerhard bigfoot de registered Linux user #64239 web: http://www.cs.fhm.edu/~ifw00065/ OpenPGP public key id 86AB43C0 public key fingerprint: DEC1 1D02 5743 1159 CD20 A4B6 7B22 6575 86AB 43C0 reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))