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=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,198c6302c4a0b0d7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-20 12:22:50 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!hub1.nntpserver.com!nntp-relay.ihug.net!ihug.co.nz!out.nntp.be!propagator-SanJose!in.nntp.be!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <3c1dc786@pull.gecm.com> <1008601517.470745@edh3> <1008626816.690418@master.nyc.kbcfp.com> <1008690461.380980@master.nyc.kbcfp.com> <_xRT7.4398$xl6.682759@rwcrnsc54> Subject: Re: was Re: Ada / C++ comparison paper anymore Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Thu, 20 Dec 2001 15:22:48 EST Organization: http://www.newsranger.com Date: Thu, 20 Dec 2001 20:22:48 GMT Xref: archiver1.google.com comp.lang.ada:18166 Date: 2001-12-20T20:22:48+00:00 List-Id: In article <_xRT7.4398$xl6.682759@rwcrnsc54>, Mark Lundquist says... >"Brian Rogoff" wrote in message >news:Pine.BSF.4.40.0112181924260.32168-100000@bpr.best.vwh.net... > >> happy with a bit more shorthand, like +:= > >As long as it doesn't return a value :-) > >I might prefer a more longhand shorthand :-), e.g. > > X'Increment; -- (X names object of integer type) > X'Increase (By => 1.23); -- (X names object of any numeric type, >here a FP type) > etc... Actually, 'Succ already does this, but it is a function and doesn't have an amount. Perhaps if it took an amount, this would be sufficient? But then again, 'Succ works on enumerated types too, which would have us use something nonsensical like "Month'Succ (Current_Month, February)" to bump the value by 2 enumerations. --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced.