On 1 Mar 2010, at 04:50, Lee Spector 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?
Yes, you guessed correctly. Everything in java.lang is automatically imported. However, you can also use the full names, such as (java.lang.System/exit 0).
Konrad. -- 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