develooper Front page | perl.perl6.internals | Postings from September 2002

Re: [netlabs #801] [PATCH] PerlArray in scalar context

Thread Previous | Thread Next
From:
Sean O'Rourke
Date:
September 4, 2002 13:59
Subject:
Re: [netlabs #801] [PATCH] PerlArray in scalar context
Message ID:
Pine.GSO.4.32.0209041358180.9074-100000@gradlab.ucsd.edu
On Wed, 4 Sep 2002, H.Merijn Brand wrote:
> On Wed 04 Sep 2002 20:31, "Sean O'Rourke" <sorourke@cs.ucsd.edu> wrote:
> > And fewer temporaries, by translating this:
> >
> >     @a = @b ^+ @c ^+ @d;
> >
> > into this:
> >
> >     for @a; @b; @c ; @d -> $a, $b, $c, $d is rw {
> > 	$d = $a + $b + $c;
>
>         $a = $b + $c + $d;
>
>         I might hope

Yes, that advanced "correctness" feature will be available in a future
release...

/s


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About