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-11 00:29:20 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!newsfeed.freenet.de!easynews.net!newsfeed3.easynews.net!newsfeed.vmunix.org!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Ideas for Ada 200X Date: Wed, 11 Jun 2003 07:29:19 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <6a90b886.0305262344.1d558079@posting.google.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1055316559 17982 129.241.83.78 (11 Jun 2003 07:29:19 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 11 Jun 2003 07:29:19 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:38956 Date: 2003-06-11T07:29:19+00:00 List-Id: Russ wrote: > Preben Randhol wrote in message news:... >> Russ wrote: >> > Secondly, I'll bet that far more programmers use "+=", when given the >> > option, than don't. How many C++ or Python programmers do you think >> > write var1 = var1 + var2 when they can write var1 += var2? Not many >> > good ones, I'll bet. >> >> What about *= and /= ? > > I think those get used quite a bit too, though probably not as much as > += and -=. But for multiplication and divition you still need to define your own procedures. > That applies to C++, Java, Python, and Perl -- four of the most > popular languages around. So I think it is safe to say that the vast > majority of experienced programmers picking up Ada as a "second" > language will have no problem whatsoever with those operators. In > fact, I'll bet a lot of them will wish Ada had those operators. So what? I mean Ada *isn't* a different way to write C++ source. -- Preben Randhol http://www.pvv.org/~randhol/