Tom Christiansen wrote:
>
> >sub mapf(&;\@\@\@\@\@\@\@\@\@) {
>
> Steal from lisp:
>
> map
> maap
> maaap
> mapp
> mappp
> maappp
> ...
Should be feasible with an AUTOLOAD that takes a certain kind of regular
expression...
sub AUTOLOAD /^ma+p+$/ {
}
Some for the 'car' and 'cdr' variants, of course...
Hildo
- Re: Reduce [was: Re: Random items (old p5p issues)] raptor
- 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
