On Sunday 21 December 2008 09:33, chris wrote:
> This is not what I would expect:
>
> user> (== :test :test)
> false

user=> (doc ==)
-------------------------
clojure.core/==
([x] [x y] [x y & more])
  Returns non-nil if nums all have the same value, otherwise false


To be clear: == is for numeric values only.


> ...
>
> Also, is there a way to get the numeric value from equals?

Eh?


> Chris


Randall Schulz

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to