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-09 11:20:58 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Ideas for Ada 200X Date: 09 Jun 2003 14:15:58 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <6a90b886.0305262344.1d558079@posting.google.com> <3EDCBDF4.1050900@attbi.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1055182561 29442 128.183.235.92 (9 Jun 2003 18:16:01 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 9 Jun 2003 18:16:01 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:38869 Date: 2003-06-09T18:16:01+00:00 List-Id: 18k11tm001@sneakemail.com (Russ) writes: > This brings us full circle, back to the question of aesthetics. I say > that > > A += B > > is far more elegant AND readable than > > Matrix_Add ( Into=>A, From=>B ) > > If you prefer the latter abomination, I think you're nuts. Note the hyperbole, and the ad hominem attack. > Yes, "+=" is more familiar to me from C++, but note that Python uses > it too, and Python is known for its readability. I say that anyone > who cannot get used to "+=" (or ":+=" or whatever) is probably > someone who harbors such an irrational hatred of C++ that they will > reject even good ideas just because they came from from C++ (or C). Just as you are rejecting the notion that Matrix_Add might be a good idea. None of us said "we can't get used to that". We said "it's an interesting idea, but not actually worth the cost, in the final analysis". Notice that none of us called you nuts. Now go away and bother someone else, please :). -- -- Stephe