Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save daniel-cussen/840821 to your computer and use it in GitHub Desktop.
Traditional 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