Skip to content

Instantly share code, notes, and snippets.

@aminggs
Created June 28, 2012 21:02
Show Gist options
  • Save aminggs/3013878 to your computer and use it in GitHub Desktop.
Save aminggs/3013878 to your computer and use it in GitHub Desktop.
Solution to 4clojure.com problem 59: Juxtaposition
(fn [& fs]
#(map apply fs (repeat %&)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment