Skip to content

Instantly share code, notes, and snippets.

@lintianzhi
Created December 13, 2012 15:40
Show Gist options
  • Save lintianzhi/4277244 to your computer and use it in GitHub Desktop.
Save lintianzhi/4277244 to your computer and use it in GitHub Desktop.
How to understand the result?
(define (inc x) (+ x 1))
(define (double fun) (lambda (x) (fu (fu x))))
(((double (double double)) inc) 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment