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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c733905936c6b6b0 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.150.90 with SMTP id x26mr1496760bkv.6.1334646070086; Tue, 17 Apr 2012 00:01:10 -0700 (PDT) Path: h15ni132972bkw.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Re: [OT] interesting reason why a language is considered good Date: Mon, 16 Apr 2012 23:59:44 -0700 (PDT) Organization: http://groups.google.com Message-ID: <20765827.2166.1334645984227.JavaMail.geo-discussion-forums@yncd8> References: <1nx9eozeu6eki$.1pc7cnjtfw31w.dlg@40tude.net> NNTP-Posting-Host: 195.58.145.51 Mime-Version: 1.0 X-Trace: posting.google.com 1334646069 10146 127.0.0.1 (17 Apr 2012 07:01:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 17 Apr 2012 07:01:09 +0000 (UTC) Cc: mailbox@dmitry-kazakov.de In-Reply-To: <1nx9eozeu6eki$.1pc7cnjtfw31w.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.58.145.51; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-04-16T23:59:44-07:00 List-Id: On Sunday, 15 April 2012 13:27:45 UTC+1, Dmitry A. Kazakov wrote: > On Sun, 15 Apr 2012 05:27:36 -0500, Nasser M. Abbasi wrote: > > > "The lack of reserved words in the language gives the > > programmer complete freedom to choose identifiers." > > > > The above was listed under the header of what makes this > > language easy, robust and well defined! (I am not > > going to name the language). > > > > Now, I found this to be so strange and really bizarre, as > > I would have thought it should be the other way round. > > > > Reserved words are a good thing. Having an > > identifier be called 'if' or 'then' or 'which' is > > supposed to be good as it gives the programmer the freedom > > to choose the name of the variables? > > Yes, or take defamatory words. What kind of identifiers they would be? > Clearly words like sh*t, f*ck etc must be reserved! > > -- > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de They should be reserved for use in the exception handler.