Skip to content

Instantly share code, notes, and snippets.

@daniel-cussen
Created February 23, 2011 17:57
Show Gist options
  • Select an option

  • Save daniel-cussen/840827 to your computer and use it in GitHub Desktop.

Select an option

Save daniel-cussen/840827 to your computer and use it in GitHub Desktop.
Alternative syntax for #'cond
(cond (eq 'a 'a) 't
't '())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment