Skip to content

Instantly share code, notes, and snippets.

@t-ob
Created January 28, 2012 14:19
Show Gist options
  • Save t-ob/1694476 to your computer and use it in GitHub Desktop.
Save t-ob/1694476 to your computer and use it in GitHub Desktop.
Atom?
(define atom?
(lambda (x)
(and (not (pair? x)) (not (null? x)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment