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,81bb2ce65a3240c3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.228.227 with SMTP id sl3mr7799851pbc.5.1341146814499; Sun, 01 Jul 2012 05:46:54 -0700 (PDT) Path: l9ni6021pbj.0!nntp.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx02.iad01.newshosting.com!newshosting.com!news2.euro.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Sun, 1 Jul 2012 14:46:53 +0200 Organization: cbb software GmbH Message-ID: References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> <1hfh4rai2wgtv$.umqxi3ytqb26.dlg@40tude.net> <9u8bir7eh9b9$.14ofpjnotvg12$.dlg@40tude.net> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: 9A8bJrx4NhDLcSmbrb6AdA.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 X-Received-Bytes: 2778 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2012-07-01T14:46:53+02:00 List-Id: On Sun, 1 Jul 2012 10:57:44 +0000 (UTC), Brian Drummond wrote: > On Sun, 01 Jul 2012 10:25:07 +0200, Dmitry A. Kazakov wrote: > >> On Sat, 30 Jun 2012 21:06:15 +0000 (UTC), Brian Drummond wrote: >> >>> On Sat, 30 Jun 2012 20:43:17 +0200, Dmitry A. Kazakov wrote: >>> >>>> On Sat, 30 Jun 2012 17:00:46 +0000 (UTC), Brian Drummond wrote: >>>> >>>>> On Sat, 30 Jun 2012 14:34:10 +0200, Dmitry A. Kazakov wrote: >>>> >>>>>> Code review and maintainability problems. The set of symbols cannot >>>>>> be infinite. >>>>> >>>>> Practical considerations surely restrict the length of additional >>>>> operators, but I'm not sure that restriction belongs in the syntax. >>>> >>>> I didn't meant length. I think that the number of operators should be >>>> small to be memorizable. All symbols should be predefined, e.g. from >>>> the Unicode page. >>> >>> A symbol is not necessarily a single character; "<=" already isn't. >> >> This is an ASCII artefact. With Unicode adopted, there is no need in >> such tricks. BTW, less-that-or-equal is one character: U+2264. > > But until ASCII and/or Latin-1 are fully obsoleted, it is an artefact > that must be supported. Therefore there are operators that are more than > one character. But no new ones, except for "in", "not in", "and then", "or else" which must become true operators. >>> And restricting the sequence length necessarily restricts the number of >>> possible identifiers, so I'm not clear what you are suggesting. > ... >> That is. No user-defined sequences. > > But an extended set of built-in symbols for operators, only supported > where full Unicode is available? Yes. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de