Skip to content

Instantly share code, notes, and snippets.

Created September 25, 2011 15:21
Show Gist options
  • Save anonymous/1240716 to your computer and use it in GitHub Desktop.
Save anonymous/1240716 to your computer and use it in GitHub Desktop.
;; fronx's solution to A Half-Truth
;; https://4clojure.com/problem/83
#(or (and (some false? %&) (some true? %&))
false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment