I fully support Steve Obua in his complains (although, I've never ran into such issues myself). Also, I believe that most of answers for this topic are slightly irrelevant; the problem is not java vs. clojure behaviour or something, the problem is (at least for me) that
(= (Boolean. false) false) ;=> true (if false :t :f) ;=> :f (if (Boolean. false) :t :f) ;=> :t That's fucking weird!!! How the hell the *same* value can be both truthy (in the first case) and falsey (in the second one)?! -- 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 Note that posts from new members are moderated - please be patient with your first post. 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