Skip to content

Instantly share code, notes, and snippets.

@carllerche
Created April 23, 2011 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save carllerche/4164c496b1efad098fe9 to your computer and use it in GitHub Desktop.
Save carllerche/4164c496b1efad098fe9 to your computer and use it in GitHub Desktop.
(letfn
[(first-fn
[x]
(some (stuff here)))
(second-fn
[y]
(some (other-stuff here)))]
(do (things)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment