"J. Ian Johnson" <[email protected]> writes: > zip is unnecessary because of n-ary map. > (zip l0 l1) = (map list l0 l1)
Indeed. And that's how I did it. But I think `zip' is explicit with the intent. _________________________ Racket Developers list: http://lists.racket-lang.org/dev

