Skip to content

Instantly share code, notes, and snippets.

@iratqq
Created February 3, 2009 08:01
Show Gist options
  • Save iratqq/57393 to your computer and use it in GitHub Desktop.
Save iratqq/57393 to your computer and use it in GitHub Desktop.
(use srfi-34)
(define-macro (defined? sym)
`(guard (err (else #f))
(and ,sym
,(symbol? sym))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment