Re: nameclashes with java.lang

2013-03-12 Thread Stuart Sierra
Actually, simply creating a namespace imports all of java.lang. The `ns` macro is responsible only for referring clojure.core. That's been true since 1.0. The only workaround right now is ns-unmap. -S On Wednesday, March 6, 2013 8:33:34 AM UTC-5, Jim foo.bar wrote: > > On 06/03/13 10:41, Phil

Re: nameclashes with java.lang

2013-03-06 Thread Jim - FooBar();
On 06/03/13 10:41, Phillip Lord wrote: Is there no equivalent to :refer-clojure for java.lang? I think java.lang is imported by the ns macro...if you don't use it then you don't get java.lang.* Jim -- -- You received this message because you are subscribed to the Google Groups "Clojure" gro