Any formatted print method calls like below throw java.lang.ClassCastException at clojure.lang.Compiler.eval.
(.printf System/out "%d" 1) (. System/out (printf "%d" 1)) (.format System/err java.util.Locale/US "%s" "error") (. System/out format nil "%s" "hello, world!\n") Am I missing something? Is it necessary to add hints that help casting variable args? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---