Hi,

What's the rationale for accepting unary applications of =?

To wit:

user=> (= nil)
true

user=> (= true)
true

user=> (= false)
true

user=> (= 0)
true

user=> (= 1)
true

user=> (= =)
true

etc.


By the way, I do understand while (or) is false and (and) is true, but I 
don't see why = allows a single argument.


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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to