Hi Bill,

Good stuff. You might also mention that when you actually switch to a  
namespace using the ns macro, clojure gets referred, giving you a  
bunch more stuff:

  (create-ns 'test)
#=(find-ns test)
user=> (count (ns-map 'test))
96
user=> (ns test)
nil
test=> (ns user)
nil
user=> (count (ns-map 'test))
513

Cheers,
Stuart

> Hi all,
>
> I've posted a new article on my blog about Clojure Namespaces:
> http://bc.tech.coop/blog/081029.html
>
> I would appreciate any comments/criticisms or additional insights.
>
> Thanks,
> Bill
> >


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