Skip to content

Instantly share code, notes, and snippets.

@swannodette
Forked from carllerche/gist:4164c496b1efad098fe9
Created April 23, 2011 04:43
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 swannodette/1d7c2f86b42a6b13aef0 to your computer and use it in GitHub Desktop.
Save swannodette/1d7c2f86b42a6b13aef0 to your computer and use it in GitHub Desktop.
(letfn [(first-fn [x]
(second-fn ...))
(second-fn [y]
(first-fn ...))]
(first-fn ...))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment