On Wed, Aug 02, 2000 at 12:22:10PM -0400, John Porter wrote:
> sub interleave(\@;\@\@\@\@\@\@\@\@) {
...
> }
>
> sub mapf(&;\@\@\@\@\@\@\@\@\@) {
...
> }
>
>
> I guess my question is, why do these need to be builtins?
sub push (\@@) { @{$_[0]} = (@{$_[0]}, @_[1..@_]); }
--
<Addi> Just imagine we are meeting the aliens for the first time.
<ton> Most people would just shoot them to see how many points they are
worth.
- Re: Reduce [was: Re: Random items (old p5p issues)] Gisle Aas
- Re: Reduce [was: Re: Random items (old p5p issues)] Graham Barr
- Re: Reduce [was: Re: Random items (old p5p issue... John Porter
- Re: Reduce [was: Re: Random items (old p5p i... Graham Barr
- Expanding the language primitives (was: ... Dan Sugalski
- Re: Expanding the language primitives (w... Johan Vromans
- Re: Expanding the language primitives (w... Dan Sugalski
- Re: Reduce [was: Re: Random items (old p5p i... Tom Christiansen
- Re: Reduce [was: Re: Random items (old p... Graham Barr
- Re: Reduce [was: Re: Random items (old p... Hildo Biersma
- Re: Reduce [was: Re: Random items (old p5p i... Simon Cozens
- Re: Reduce [was: Re: Random items (old p5p issue... Glenn Linderman
- Re: Reduce [was: Re: Random items (old p5p issues)] Tom Hughes
- Re: Reduce [was: Re: Random items (old p5p issue... Graham Barr
- Re: Reduce [was: Re: Random items (old p5p i... John Porter
- Re: Reduce [was: Re: Random items (old p5p i... Tom Hughes
- List operations (interleave etc) -- RFRFC skud
- Re: Reduce [was: Re: Random items (old p5p issues)] Martyn J. Pearce
- Re: Reduce [was: Re: Random items (old p5p issues)] Graham Barr
- Re: Reduce [was: Re: Random items (old p5p issue... Jeremy Howard
- Re: Contexts [was:Reduce[Re:]] raptor
