Skip to content

Instantly share code, notes, and snippets.

@nick-orton
Created January 30, 2011 02:44
Show Gist options
  • Save nick-orton/802464 to your computer and use it in GitHub Desktop.
Save nick-orton/802464 to your computer and use it in GitHub Desktop.
when calls are 3 deep or more then use arrow
(lambda3
(lambda2 (lambda1 arg1) arg2))
(-> (lambda1 arg1)
(lambda2 arg2)
(lambda3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment