On Mon, Jan 26, 2009 at 5:31 PM, Mark Volkmann
<r.mark.volkm...@gmail.com> wrote:
> In a running script it seems that the symbols in clojure.core are
> always available regardless of the current namespace.

I just learned this isn't true. Just like in a REPL, the default
namespace for a running script is initially set to user. Since the
user namespace does a refer on clojure.core, those symbols are
available without namespace-qualifying them.

I still have a question though. Why is it that when I use the ns macro
to create a new namespace, the core symbols are still available even
though I haven't done a refer on clojure.core?

-- 
R. Mark Volkmann
Object Computing, Inc.

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