Skip to content

Instantly share code, notes, and snippets.

@semperos
Created July 5, 2011 03:00
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 semperos/1064187 to your computer and use it in GitHub Desktop.
Save semperos/1064187 to your computer and use it in GitHub Desktop.
Ands
(let [ands (for [[k v] m]
`(= k (k m)))]
`(and ~@ands))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment