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-10 23:02:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!peernews3.colt.net!news0.de.colt.net!newsfeed.r-kom.de!fu-berlin.de!uni-berlin.de!213.200.246.247!not-for-mail From: Vinzent Hoefler Newsgroups: comp.lang.ada Subject: Re: Ideas for Ada 200X Date: Wed, 11 Jun 2003 08:00:34 +0200 Organization: JeLlyFish software Message-ID: References: NNTP-Posting-Host: 213.200.246.247 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: fu-berlin.de 1055311320 16539000 213.200.246.247 (16 [175126]) X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:38952 Date: 2003-06-11T08:00:34+02:00 List-Id: Russ wrote: >I think those get used quite a bit too, though probably not as much as >+=3D and -=3D. > >That applies to C++, Java, Python, and Perl -- four of the most >popular languages around. [...] > >As for the other more obscure assignment operators, >>=3D, <<=3D, &=3D, = ^=3D, >and |=3D, they are unnecessary. Oh? Why that? Why should the same crap for bitwise operators be unnecessary when it is good enough for arithmetic operators? All or nothing, I'd say. :-> Vinzent.