On Nov 13, 2:31 pm, Stuart Halloway <[EMAIL PROTECTED]> wrote:
> (clojure.core/ns clojure)
>
> or if you are on an old build I think it would be
>
> (clojure/ns clojure)
>

This is coming in my book notes, I promise :), but ns should not be
used to change namespaces in the repl, only in-ns should be used.

ns is for defining namespaces, once only per namespace.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to