Skip to content

Instantly share code, notes, and snippets.

@kartikshah
Created May 16, 2011 05:24
Show Gist options
  • Save kartikshah/973972 to your computer and use it in GitHub Desktop.
Save kartikshah/973972 to your computer and use it in GitHub Desktop.
4Clojure - 46
((partial (fn [fns x y] (fns y x)) nth) 2 [1 2 3])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment