Skip to content

Instantly share code, notes, and snippets.

@nrgapple
Created September 30, 2016 08:33
Show Gist options
  • Save nrgapple/5d13014791e47e6028332127c0874a37 to your computer and use it in GitHub Desktop.
Save nrgapple/5d13014791e47e6028332127c0874a37 to your computer and use it in GitHub Desktop.
(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