Skip to content

Instantly share code, notes, and snippets.

@rsp
Last active November 29, 2017 14:10
Show Gist options
  • Select an option

  • Save rsp/9abb75ab8b3e8f9709833d2e4a475b17 to your computer and use it in GitHub Desktop.

Select an option

Save rsp/9abb75ab8b3e8f9709833d2e4a475b17 to your computer and use it in GitHub Desktop.
inFullMobile Language Wars: Round 1 - Scheme Solution 2 by @rsp - See: https://gist.github.com/rsp/d8bdbafa09f24f99eebc8ed60fe205c8
(define (f a) (lambda (b) (lambda (c)
(((a (lambda (d) (lambda (e) (e (d b)))))
(lambda (f) c)) (lambda (g) g)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment