Skip to content

Instantly share code, notes, and snippets.

@imphasing
Created September 27, 2011 17:10
Show Gist options
  • Save imphasing/1245648 to your computer and use it in GitHub Desktop.
Save imphasing/1245648 to your computer and use it in GitHub Desktop.
(define-rewriter or-mine
(lambda (expr)
(let ((a (cadr expr))
(b (caddr expr)))
`(let ((temp ,a))
(if temp
temp
,b)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment