Skip to content

Instantly share code, notes, and snippets.

@jdan
Last active May 22, 2020 17:51
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdan/cd37c7b341b403425454a5ce08e3bce6 to your computer and use it in GitHub Desktop.
Save jdan/cd37c7b341b403425454a5ce08e3bce6 to your computer and use it in GitHub Desktop.
(λ (f)
((λ (x) (f (x x)))
(λ (x) (f (x x)))))
@Demonstrandum
Copy link

Amazing combinator.
Revolutionary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment