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,7332b19c66a79eea X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 17 Nov 2010 06:29:25 -0600 Date: Wed, 17 Nov 2010 07:29:21 -0500 From: "Peter C. Chapin" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Quantified Expressions: "some" References: <4ce31bb6$0$7670$9b4e6d93@newsspool1.arcor-online.net> <2d44ff4d-b3ad-4593-8492-4d16fb6b6a2e@j2g2000yqf.googlegroups.com> <8khhs0F22oU1@mid.individual.net> In-Reply-To: <8khhs0F22oU1@mid.individual.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-RrnkfHfG0GsGLLRp/c0CPUJnWwa2dV+cZalAjDVAxpRUTzQfgLyYi0X+SsF3988bui9mM1writqGzX4!QZaFSTc8ZDAZRJVkcjxtL7GvapCEcxTgzSzlRr6/nNrf840nUG+qeUBNanx+Yq0= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2001 Xref: g2news1.google.com comp.lang.ada:15543 Date: 2010-11-17T07:29:21-05:00 List-Id: On 2010-11-17 03:25, Niklas Holsti wrote: > Among the existing keywords, "select" has nearly, but not quite, the > right meaning: > > (for select X in domain | P (X)) > > But it would be better as "selected", and if a new word must be > reserved, I agree that "some" is best. Although it is yet another nice, > short, expressive word that will then be forbidden us for use as an > identifier. I think it's nice that Ada has reserved a number of short, expressive words. Once reserved they are easy to reuse elsewhere when the language is extended. I could imagine some future feature wanting to use 'some' for some other purpose. (or is that "wanting to use 'some' for when other purpose?") :) Peter