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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38fc011071df5a27 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-19 11:37:34 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: aek@vib.usr.pu.ru (Alexander Kopilovitch) Newsgroups: comp.lang.ada Subject: Re: Ideas for Ada 200X Date: 19 Jun 2003 11:37:33 -0700 Organization: http://groups.google.com/ Message-ID: References: <3EE7CC70.E1FD3A67@adaworks.com> <3EECA772.4B662024@adaworks.com> NNTP-Posting-Host: 62.152.82.9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1056047854 1169 127.0.0.1 (19 Jun 2003 18:37:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 19 Jun 2003 18:37:34 GMT Xref: archiver1.google.com comp.lang.ada:39455 Date: 2003-06-19T18:37:34+00:00 List-Id: >All the proposals so far have their problems: > > idem (or any new reserved word) but: a new reserved word > all but: could be a typo for "p.all" > <> but: consider "<> < <>+1" > & but: consider "& & &" > @ (or # or ? or $ or %) but: wrong associations? In addition to yesterday's "~name or ~~" proposal, here is yet another one: use triplet (*) - asterisk inside round brackets. This compound symbol is quite different from others, and nicely associates with "focus". X := (*) + A; X := (*) + (*); Alexander Kopilovitch aek@vib.usr.pu.ru Saint-Petersburg Russia