Skip to content

Instantly share code, notes, and snippets.

@ecounysis
Created March 27, 2010 01:45
Show Gist options
  • Save ecounysis/345626 to your computer and use it in GitHub Desktop.
Save ecounysis/345626 to your computer and use it in GitHub Desktop.
(define (p) (p))
(define (test x y)
(if (= x 0)
0
y))
(if (= 0 0)
0
(p)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment