On Nov 14, 9:47 am, Rich Hickey <[EMAIL PROTECTED]> wrote:
> On Nov 13, 11:20 pm, Parth Malwankar <[EMAIL PROTECTED]>
> wrote:
>
> > Hello,
>
> > While setting ns to clojure.zip, I get the following error:
>
> > user=> (ns clojure.zip)
> > java.lang.IllegalStateException: replace already refers to:
> > #'clojure.zip/replace in namespace: clojure.zip (NO_SOURCE_FILE:0)
> > clojure.zip=>
>
> > Is this expected?
>
> Do not use ns to change namespaces, use in-ns. ns is for defining a
> namespace.
Works nicely. Thanks for the clarification.
Above may be good to addition to (doc ns) just to be sure :)
Parth
>
> Rich
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---