Skip to content

Instantly share code, notes, and snippets.

@athos
Last active August 29, 2015 14:05
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 athos/94fe0175a2ff258a8f20 to your computer and use it in GitHub Desktop.
Save athos/94fe0175a2ff258a8f20 to your computer and use it in GitHub Desktop.
(let [name #(subs (name %) 1)]
(name 'foo))
(letfn [(name [sym] (subs (name sym) 1))]
(name 'foo))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment