Skip to content

Instantly share code, notes, and snippets.

@ertugrulcetin
Created February 19, 2016 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ertugrulcetin/25418ec2e4c13264eb9a to your computer and use it in GitHub Desktop.
Save ertugrulcetin/25418ec2e4c13264eb9a to your computer and use it in GitHub Desktop.
Clojure any? function
(def any?
(complement not-any?))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment