comp.lang.ada
 help / color / mirror / Atom feed
From: "Gautier Write-only-address" <gautier_niouzes@hotmail.com>
To: comp.lang.ada@ada.eu.org
Subject: Re: efficient vector/matrix operations in Ada
Date: Tue, 14 Aug 2001 12:37:17 +0000
Date: 2001-08-14T12:37:17+00:00	[thread overview]
Message-ID: <mailman.997792654.29357.comp.lang.ada@ada.eu.org> (raw)

>What's the difference between:
>
>    A += B;
>
>and
>
>    Add (Target => A,
>         Addend => B);
>
>(except for a few extra characters)?

well... "Add (Target =>,Addend =>)"'length / "+="'length
is not very small, and the 2nd formula seems to me less
readable. I find this idea of Russ a seriously good improvement:
besides ":=", one would have "+=" and "-=", with a programmable

  procedure "+=" (target: in out the_type; addend: in the_type);

________________________________________________________
Gautier  --  http://www.mysunrise.ch/users/gdm/gsoft.htm

NB: Do not answer to sender address, visit the Web site!
    Ne r�pondez pas � l'exp�diteur, visitez le site ouaibe!


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




             reply	other threads:[~2001-08-14 12:37 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-14 12:37 Gautier Write-only-address [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-08-07 11:36 efficient vector/matrix operations in Ada Gautier Write-only-address
2001-08-07  1:13 Russ
2001-08-07  2:18 ` Dale Stanbrough
2001-08-07  2:21 ` tmoran
2001-08-07  3:04   ` Russ P.
2001-08-10 16:54     ` B.Gaffney
2001-08-13  7:50       ` Dmitry Kazakov
2001-08-13 19:45       ` Russ
2001-08-13 20:23         ` Larry Hazel
2001-08-13 21:26           ` Ted Dennison
2001-08-14  4:46           ` Russ
2001-08-14  5:28             ` David Starner
2001-08-14  8:17             ` Alexander Boucke
2001-08-14  8:56             ` Lutz Donnerhacke
2001-08-14 10:54             ` Jacob Sparre Andersen
2001-08-13 21:30         ` Ted Dennison
2001-08-14  4:56           ` Russ
2001-08-14 14:05             ` Ted Dennison
replies disabled

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