> The next one (I can't recall if there's a common name for it) can be
> used for statistics and other fun things:
In Lisp this function is still MAP. MAP takes any number of sequences
and the function takes a number of arguments equal to the number of
sequences:
(map 'vector #'max '(4 7 16) '(9 5 15))
=> '(9 7 16)
Perhaps the REBOL map implementation could do the same.
Chris.
--
http://www.double.co.nz/cl
http://www.double.co.nz/dylan
- [REBOL] shifting characters in rejoin Re: KGD03011
- [REBOL] shifting characters in rejoin Re:(2) norsepower
- [REBOL] Map chris . double
- [REBOL] Map Al . Bri
- [REBOL] shifting characters in rejoin Re:(2) joel . neely
- [REBOL] Transpose Al . Bri
- [REBOL] Transpose Re: joel . neely
- [REBOL] Transpose Re:(2) news . ted
- [REBOL] Transpose Re:(3) joel . neely
- [REBOL] Transpose Re:(3) Al . Bri
- [REBOL] Transpose Re:(4) joel . neely
- [REBOL] Transpose Re:(5) Al . Bri
- [REBOL] Transpose Re:(5) lmecir
