Skip to content

Instantly share code, notes, and snippets.

@kiasaki
Created December 16, 2015 03:26
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 kiasaki/4d4565ce52a42955705a to your computer and use it in GitHub Desktop.
Save kiasaki/4d4565ce52a42955705a to your computer and use it in GitHub Desktop.
y-comb / lamb-calc
# Mostly useless, but fun
# https://www.youtube.com/watch?v=FITJMJjASUs
(define y (f)
((lambda (x) (f (lambda (v) ((x x) v))))
(lambda (x) (f (lambda (v) ((x x) v))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment