Ah,
user> (= :float :float)
true

Chris

On Dec 21, 10:33 am, chris <cnuern...@gmail.com> wrote:
> This is not what I would expect:
>
> user> (== :test :test)
> false
>
> I am trying to use keywords as enumerations to texture types.  I want
> to know if two textures are comparable, thus I would expect
> (== :rgba :rgba) to return true.
>
> I may have missed something, but it seems like Rich did away with the
> 8 different equals you find in CL.  Which is wonderful.
>
> Also, is there a way to get the numeric value from equals?
>
> Chris
--~--~---------~--~----~------------~-------~--~----~
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