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: 103376,81bb2ce65a3240c3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.223.40 with SMTP id qr8mr7423152pbc.0.1341130753754; Sun, 01 Jul 2012 01:19:13 -0700 (PDT) Path: l9ni5323pbj.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Oliver Kellogg Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Sun, 1 Jul 2012 01:17:28 -0700 (PDT) Organization: http://groups.google.com Message-ID: <13f6dbe1-06db-4789-86f7-a7c315271cca@googlegroups.com> References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> <1hfh4rai2wgtv$.umqxi3ytqb26.dlg@40tude.net> NNTP-Posting-Host: 91.33.198.59 Mime-Version: 1.0 X-Trace: posting.google.com 1341130753 23132 127.0.0.1 (1 Jul 2012 08:19:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 1 Jul 2012 08:19:13 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=91.33.198.59; posting-account=a23u_AkAAAB-Xz81hSqodYsmJRrMwioK User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-01T01:17:28-07:00 List-Id: On Saturday, June 30, 2012 11:06:15 PM UTC+2, Brian Drummond wrote: > > A symbol is not necessarily a single character; "<=" already isn't. And > restricting the sequence length necessarily restricts the number of > possible identifiers, so I'm not clear what you are suggesting. IMHO requiring explicit parentheses is a good thing: The C language comes to mind, where it is legal to write a---b Quick: is that "a-- - b" or "a - --b" ? Oliver