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.68.129.169 with SMTP id nx9mr10650846pbb.2.1334606237117; Mon, 16 Apr 2012 12:57:17 -0700 (PDT) Path: r9ni63918pbh.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: sbelmont700@gmail.com Newsgroups: comp.lang.ada Subject: Re: [OT] interesting reason why a language is considered good Date: Mon, 16 Apr 2012 12:55:52 -0700 (PDT) Organization: http://groups.google.com Message-ID: <24222305.64.1334606152280.JavaMail.geo-discussion-forums@ynni14> References: <8603135.951.1334573001928.JavaMail.geo-discussion-forums@vbbdy9> NNTP-Posting-Host: 206.53.78.59 Mime-Version: 1.0 X-Trace: posting.google.com 1334606236 16794 127.0.0.1 (16 Apr 2012 19:57:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 16 Apr 2012 19:57:16 +0000 (UTC) Cc: nma@12000.org In-Reply-To: <8603135.951.1334573001928.JavaMail.geo-discussion-forums@vbbdy9> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=206.53.78.59; posting-account=ShYTIAoAAABytvcS76ZrG9GdaV-nXYKy User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-04-16T12:55:52-07:00 List-Id: On Monday, April 16, 2012 6:43:21 AM UTC-4, marius63 wrote: > Actually there is a bit of thruth in the absurd no keyword thing Imagine the nightmare if no keywords were reserved: if if then then; end; if end then if else then end if; end if; Now just imagine trying to write a compiler to parse it. The simplicity gained by reserving a few (or even more than a few...) far outweighs the minor annoyance of picking a new name now and again.