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-Thread: a07f3367d7,e55245590c829bef X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: _Type vs no _Type Date: Fri, 05 Nov 2010 13:29:57 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <86wroy58ff.fsf@gareth.avalon.lan> <86pqup5xfy.fsf@gareth.avalon.lan> <86y69d3rec.fsf@gareth.avalon.lan> <82lj5c5ecm.fsf@stephe-leake.org> <82zktq4n9b.fsf_-_@stephe-leake.org> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1288978180 15877 192.74.137.71 (5 Nov 2010 17:29:40 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 5 Nov 2010 17:29:40 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:keRoV/6Lru2D8UPEss1gBxproxQ= Xref: g2news2.google.com comp.lang.ada:16241 Date: 2010-11-05T13:29:57-04:00 List-Id: "Nasser M. Abbasi" writes: > Sorry, but have a look at all the new languages and also at the list of > most popular languages. They are almost all, if not all, case > sensitive. There must be a good reason for this. I don't buy arguments based on popularity, nor on new-ness. If I did, I wouldn't be using Ada, which is neither the most popular, nor the newest, programming language! ;-) In most popular/new languages, if you don't give others/default in a case/switch/whatever statement, the case statement is a no-op. "There must be a good reason for this."??? Well, no, there is no good reason -- it's just a bad idea. Ada does it right. - Bob