Skip to content

Instantly share code, notes, and snippets.

Created January 25, 2011 14:59
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/795023 to your computer and use it in GitHub Desktop.
Save anonymous/795023 to your computer and use it in GitHub Desktop.
<robonobo> (doc =)
<sexpbot> ⟹ "([x] [x y] [x y & more]); Equality. Returns true if x
equals y, false if not. Same as Java x.equals(y) except it also works
for nil, and compares numbers and collections in a type-independent
manner. Clojure's immutable data structures define equals() (and thus
=) as a value, not an identity, comparison."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment