On Apr 13, 4:50 pm, "Stephen C. Gilardi" <squee...@mac.com> wrote:
> % java -cp clojure.jar clojure.main -e "(in-ns 'funky-ns)" --repl
> #<Namespace funky-ns>
> funky-ns=>

Worked perfectly, thanks!

> Regarding your Case 2 where it appeared you were actually in a  
> namespace other than the one shown in the prompt, that's very  
> unlikely. *ns* is the "one" true place (in a given thread at a given  
> time) where the current namespace is stored. Could it be some code you  
> loaded "referred" to or "used" the non-user namespace thereby bringing  
> its names into user?

Yeah, that's it - I did have a "use"... sorry, should have caught that
one myself!

--~--~---------~--~----~------------~-------~--~----~
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 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to