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-Thread: 103376,e55245590c829bef X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: _Type vs no _Type Date: Thu, 04 Nov 2010 12:08:17 -0700 Organization: Aioe.org NNTP Server 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> Reply-To: nma@12000.org NNTP-Posting-Host: tUYQ4Ty9mMw9Pdc8TJRFQA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 Xref: g2news1.google.com comp.lang.ada:15229 Date: 2010-11-04T12:08:17-07:00 List-Id: On 11/4/2010 11:29 AM, Britt Snodgrass wrote: > On Nov 4, 12:28 am, "Nasser M. Abbasi" wrote: >> >> That is one part of Ada I never liked, same for Fortran or any other >> language which is not case sensitive. >> > > The language design decision that Ada be case insensitive is something > that I value very much. In general, I think the "flexibility" > provided by case sensitivity causes more problems (risks, bugs, > reduced readability) than it potentially solves. I don't like case > sensitivity in programming languages or in file system names. > > - Britt I guess you would do not like Unix/Linux systems then (or even Apple, which uses Unix)? I am the complete opposite, I like case sensitive languages, and like it also on file systems. I guess we will never be friends then :) 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. --Nasser