Skip to content

Instantly share code, notes, and snippets.

@mdaisuke
Created July 25, 2011 14:06
Show Gist options
  • Select an option

  • Save mdaisuke/1104201 to your computer and use it in GitHub Desktop.

Select an option

Save mdaisuke/1104201 to your computer and use it in GitHub Desktop.
(define atom?
(lambda (x)
(and (not (pair? x)) (not (null? x)))))
(print
(eq? 'superman 'superman)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment