Last active
August 24, 2021 05:49
-
-
Save Iainmon/372a5bc889db8314b2535078e435e9f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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