Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created October 15, 2011 09:41
Show Gist options
  • Save diegopacheco/1289329 to your computer and use it in GitHub Desktop.
Save diegopacheco/1289329 to your computer and use it in GitHub Desktop.
Closure in Clojure: High Order Functions
(((fn closure[n]
(fn [x]
(Math/pow x n)
)
) 2) 16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment