in reply to Re: Re: Fold a list using map splices
in thread Fold a list using map splices
Iterating the map over an array while modifying it at the same time is wrong.map func1([ splice @_, 0, $num_elements ]), 0 .. (@_/$num_elements);
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Fold a list using map splices
by hiseldl (Priest) on Feb 20, 2003 at 21:28 UTC |