comp.lang.ada
 help / color / mirror / Atom feed
From: Ray Blaak <blaak@infomatch.com>
Subject: Re: C like op= proposal
Date: 1999/08/15
Date: 1999-08-15T00:00:00+00:00	[thread overview]
Message-ID: <m3d7wosq6h.fsf@vault84.infomatch.bc.ca> (raw)
In-Reply-To: Pine.BSF.4.10.9908151023060.10801-100000@shell5.ba.best.com


Brian Rogoff <bpr@shell5.ba.best.com> writes:
> lhs := @ + 1;                  -- C: lhs++;
> lhs := @ * 5;                  -- C: lhs *= 5;
> lhs := 1/@ + 5*(@/2 + @ ** 2); -- C doesn't do so good here either!

This is not worth the trouble of changing the language, especially considering
that one can already do this:

declare
  lhs : Some_Type renames Long_And_Complicated_Lvalue;
begin
  lhs := lhs + 1;                  -- C: lhs++;
  lhs := lhs * 5;                  -- C: lhs *= 5;
  lhs := 1/lhs + 5*(lhs/2 + lhs ** 2); -- C doesn't do so good here either!
end;

-- 
Cheers,                                        The Rhythm is around me,
                                               The Rhythm has control.
Ray Blaak                                      The Rhythm is inside me,
blaak@infomatch.com                            The Rhythm has my soul.




  reply	other threads:[~1999-08-15  0:00 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-15  0:00 C like op= proposal Brian Rogoff
1999-08-15  0:00 ` Ray Blaak [this message]
1999-08-15  0:00   ` Brian Rogoff
1999-08-16  0:00     ` Gautier
1999-08-17  0:00       ` Samuel Tardieu
1999-08-17  0:00         ` Andi Kleen
1999-08-18  0:00           ` Robert Dewar
1999-08-17  0:00             ` Brian Rogoff
1999-08-18  0:00               ` Ted Dennison
1999-08-18  0:00                 ` Robert I. Eachus
1999-08-18  0:00                 ` Jeff Carter
1999-08-18  0:00                   ` Keith Thompson
1999-08-19  0:00                     ` Michael F. Yoder
1999-08-21  0:00                       ` Keith Thompson
1999-08-19  0:00                     ` Tarjei T. Jensen
1999-08-19  0:00                       ` Ted Dennison
1999-08-19  0:00                       ` tmoran
1999-08-19  0:00                       ` Lance Kibblewhite
1999-08-19  0:00                       ` Robert Dewar
1999-08-20  0:00                         ` P.S. Norby
1999-08-21  0:00                           ` Robert Dewar
1999-08-18  0:00               ` Gautier
1999-08-18  0:00               ` Robert Dewar
1999-08-18  0:00                 ` Brian Rogoff
1999-08-19  0:00                   ` Robert Dewar
1999-08-21  0:00                     ` Brian Rogoff
1999-08-23  0:00                     ` Robert A Duff
1999-08-18  0:00             ` Andi Kleen
1999-08-17  0:00         ` Gautier
1999-08-18  0:00         ` Gautier
1999-08-17  0:00       ` John Duncan
1999-08-17  0:00         ` Gautier
1999-08-16  0:00 ` Robert Dewar
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox