Skip to content

Instantly share code, notes, and snippets.

@christianromney
Created September 28, 2011 11:44
Show Gist options
  • Save christianromney/1247746 to your computer and use it in GitHub Desktop.
Save christianromney/1247746 to your computer and use it in GitHub Desktop.
My 4Clojure.com implementation of "juxt"
(fn [& x] (fn [& s] (for [f x] (apply f s))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment