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,54889de51045a215 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-16 13:56:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: + in ada Date: Thu, 16 Oct 2003 20:56:07 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <49cbf610.0310101231.2358762a@posting.google.com> <1066224357.499523@master.nyc.kbcfp.com> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1066337767 19935 134.91.1.34 (16 Oct 2003 20:56:07 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Thu, 16 Oct 2003 20:56:07 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:1020 Date: 2003-10-16T20:56:07+00:00 List-Id: Russ <18k11tm001@sneakemail.com> wrote: : When I see stuff like this, it offends my sense of elegance in : numerical programming. I don't claim to be a top expert in this area, : but a few years ago I did write software for an experimental real-time : DGPS/INS precision landing system (in C++). So, based on this experience, could you give an indication of the frequency and frequent usefulness of :/ in numerical computing? In how many cases out of 100 is :+, or :- used do advance an iterator? (If so, why don't we just want to have a useful abstraction for that?) How about frequency and usefulness of the statements A :and B;, or A :xor B;, when compared to inlined procedures naming the purpose of the operation? Georg