Skip to content

Instantly share code, notes, and snippets.

@mefesto
Created April 26, 2012 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mefesto/2495393 to your computer and use it in GitHub Desktop.
Save mefesto/2495393 to your computer and use it in GitHub Desktop.
(let [name "test" num 5]
(cond
(and (= "test" name) (= num 5))
(do-this)
(or (= "that" name) (full-moon?) (wednesday?))
(do-that)
:else
(do-other)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment