Re: Namespace management

2010-02-03 Thread Konrad Hinsen
On 04.02.2010, at 03:20, Timothy Pratley wrote: My initial reaction is that I will use a central dedicated ns template for convenience. That's what I do as well - one template per project. One thing I've wondered about with clojure core namespaces is: (clojure.xml/parse "foo.xml") ;; works

Re: Namespace management

2010-02-03 Thread Timothy Pratley
On 4 February 2010 03:38, Konrad Hinsen wrote: > For now, I'd like to get feedback and ideas for improvements! Hi Konrad, I like it! My initial reaction is that I will use a central dedicated ns template for convenience. One thing I've wondered about with clojure core namespaces is: (clojure.xm