Ah, I see. Thanks guys! Rich Hickey wrote: 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 -- Chris Bunch PhD Student University of California, Santa Barbara [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~--- |
- Simple Namespace Question Chris Bunch
- Re: Simple Namespace Question Stuart Halloway
- Re: Simple Namespace Question Rich Hickey
- Re: Simple Namespace Question Chris Bunch
- Re: Simple Namespace Question Chris Bunch
- Re: Simple Namespace Question Meikel Brandmeyer
- Re: Simple Namespace Question Michael Wood