Graham Barr wrote: > > Reduce (e.g. $x = reduce { sum } @list; Is it sufficiently more useful than: $x = 0; map $x += $_, @list; ? Alan Burlison
- Re: PDL-P: Re: Reduce [was: R... Ariel Scolnicov
- Re: PDL-P: Re: Reduce [was: R... Tuomas Lukka
- Re: PDL-P: Re: Reduce [was: R... Tim Jenness
- Re: PDL-P: Re: Reduce [was: R... Tuomas Lukka
- Re: PDL-P: indexing Joshua N Pritikin
- Re: PDL-P: indexing Jeremy Howard
- Re: PDL-P: Re: Reduce [was: R... Ariel Scolnicov
- Re: PDL-P: Re: Reduce [was: R... Jeremy Howard
- Re: PDL-P: Re: Reduce [was: R... Karl Glazebrook
- Re: Random items (old p5p issues) Graham Barr
- Re: Random items (old p5p issues) Alan Burlison
- Re: Random items (old p5p issues) Randal L. Schwartz
- Re: Random items (old p5p issues) Dan Sugalski
- Re: Random items (old p5p issues) Jeremy Howard
- Re: Random items (old p5p issues) Tim Jenness
- Re: Random items (old p5p issues) Dan Sugalski
- Matrix ops in perl 6 (was Re: Random i... Jeremy Howard
- Re: PDL-P: Matrix ops in perl 6 (... Christian Soeller
- Re: Random items (old p5p issues) Piers Cawley
- Re: Random items (old p5p issues) Chaim Frenkel
- Re: Random items (old p5p issues) Nathan Torkington