Skip to content

Instantly share code, notes, and snippets.

@kartikshah
Created May 22, 2011 05:44
Show Gist options
  • Save kartikshah/985213 to your computer and use it in GitHub Desktop.
Save kartikshah/985213 to your computer and use it in GitHub Desktop.
4Clojure - 59
(fn [& fns]
(fn [& args]
(map #(apply % args) fns)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment