Re: hyper/vector operation operator

2002-11-27 Thread Luke Palmer
> From: "Ph. Marek" <[EMAIL PROTECTED]> > Date: Wed, 27 Nov 2002 09:10:19 +0100 > > So an usage could be > @a = @b =>+ @b; > @a = @b =+> @b; > @a = @b +=> @b; > where the 2nd form would be the most intuitive (from reading this source). > Hmm, that would leave us with > @a

hyper/vector operation operator

2002-11-27 Thread Ph. Marek
Hello everyone! First of all - I do not closely follow perl6/parrot development. I read "this week on perl6" on www.perl.com but that's it - so if I'm completly off the track, let me know. Regarding the discussions about the hyper operator (eg adding elements of 2 arrays into another array)