Skip to content

Instantly share code, notes, and snippets.

@nicolamontecchio
Created July 1, 2014 14:25
Show Gist options
  • Save nicolamontecchio/9e3d9f18050e48ae2c28 to your computer and use it in GitHub Desktop.
Save nicolamontecchio/9e3d9f18050e48ae2c28 to your computer and use it in GitHub Desktop.
clojure ZIP function
;; zip sequences:
(map vector v1 v2 v3 ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment