Skip to content

Instantly share code, notes, and snippets.

Created November 10, 2010 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/670171 to your computer and use it in GitHub Desktop.
Save anonymous/670171 to your computer and use it in GitHub Desktop.
<amalloy> (doc map)
<sexpbot> ⟹ "([f coll] [f c1 c2] [f c1 c2 c3] [f c1 c2 c3 & colls]);
Returns a lazy sequence consisting of the result of applying f to the
set of first items of each coll, followed by applying f to the set of
second items in each coll, until any one of the colls is exhausted.
Any remaining items in other colls are ignored. Function f should
accept number-of-colls arguments."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment