Created
September 30, 2016 08:33
-
-
Save nrgapple/5d13014791e47e6028332127c0874a37 to your computer and use it in GitHub Desktop.
This file contains 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
(define fucked (lambda (st f) | |
(if (equals? st '('s' 't' 'u' 'd' 'y' 'e' 'd')) | |
(yourGood) | |
(lambda (x) x x)))) | |
(let | |
((461Exam (lambda (x) x x)) | |
(prep '('n' 'o' 'p' 'e')) | |
(fucked prep 461Exam)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment