> 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






Reply via email to