Skip to content

Instantly share code, notes, and snippets.

@fricze
Created November 27, 2013 18:43
Show Gist options
  • Save fricze/7680966 to your computer and use it in GitHub Desktop.
Save fricze/7680966 to your computer and use it in GitHub Desktop.
(defn dragon? [creature]
(if (= "dragon" (:species creature))
true
false))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment