On Thu, Nov 13, 2008 at 10:58 PM, Meikel Brandmeyer <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Am 13.11.2008 um 20:40 schrieb Chris Bunch:
>>
>> Hmm, that didn't work for me. That gives the same output as before:
>
> http://groups.google.com/group/clojure/browse_thread/thread/1b47e5c7598f1375/8f69db0a0a7e0564?lnk=gst&q=java+prohibited+namespace#8f69db0a0a7e0564
>
> See also this thread.

It works in r1098:

user=> (in-ns 'java)
#<Namespace java>
java=> (clojure.core/in-ns 'user)
#<Namespace user>
user=> (in-ns 'java)
#<Namespace java>
java=> (in-ns 'user)
#<Namespace user>

-- 
Michael Wood <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to