Skip to content

Instantly share code, notes, and snippets.

@RutledgePaulV
Created September 19, 2017 11:15
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 RutledgePaulV/5f9a937ea14ce73630f1861bbd4b737d to your computer and use it in GitHub Desktop.
Save RutledgePaulV/5f9a937ea14ce73630f1861bbd4b737d to your computer and use it in GitHub Desktop.
(defmacro nor [& more]
(conj `~(partition 2 (interleave (repeat 'not) more)) 'and))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment