Is this the intended behavior? Note the present/missing default clause user> (set! *warn-on-reflection* true) user> (case (rand-int 3) 0 :zero 1 :one 2 :two) Performance warning, NO_SOURCE_FILE:1 - case has int tests, but tested expression is not primitive. :two user> (case (rand-int 3) 0 :zero 1 :one 2 :two :default 3) :two
-- 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