Hi, On Mar 1, 4:50 am, Lee Spector <lspec...@hampshire.edu> wrote:
> I'm beginning to realize I have to be looking in the Java library docs rather > than the Clojure docs for some things like this. That this works implies that > there's an implicit import of java.lang.System, available as System/. Am I > thinking about this right and if so what else is implicitly imported? You are correct. I think java.lang is imported by default: String, Integer, Exception, ... You can check with (ns-imports *ns*) at the Repl. Sincerely Meikel -- 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