Skip to content

Instantly share code, notes, and snippets.

@Iainmon
Last active August 24, 2021 05:49
Show Gist options
  • Save Iainmon/372a5bc889db8314b2535078e435e9f3 to your computer and use it in GitHub Desktop.
Save Iainmon/372a5bc889db8314b2535078e435e9f3 to your computer and use it in GitHub Desktop.
;; Generated from my lambda calculus implementation in Haskell
;; Iain: plz read this https://eecs490.github.io/notes/theory.html
(lambda (f) ((lambda (x) (f (x x))) (lambda (x) (f (x x)))))
(lambda (f) (lambda (x) (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (f (x))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment