Skip to content

Instantly share code, notes, and snippets.

Created December 7, 2010 21:28
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 anonymous/732440 to your computer and use it in GitHub Desktop.
Save anonymous/732440 to your computer and use it in GitHub Desktop.
<amalloy> (meta #'or)
<sexpbot> ⟹ {:macro true, :ns #<Namespace clojure.core>, :name or,
:file "clojure/core.clj", :line 705, :arglists ([] [x] [x & next]),
:added "1.0", :doc "Evaluates exprs one at a time, from left to right.
If a form\n returns a logical true value, or returns that value and
doesn't\n evaluate any of the other expressions, otherwise it returns
the\n value of the last expression. (or) returns nil."}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment