Skip to content

Instantly share code, notes, and snippets.

@amalloy
Created November 30, 2011 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amalloy/1407984 to your computer and use it in GitHub Desktop.
Save amalloy/1407984 to your computer and use it in GitHub Desktop.
serializable.fn> ((fn [x] (let [y (inc x)] (fn [] y))) 100)
(clojure.core/let [y 101 x 100] (fn [] y))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment