Re: Using maps as namespaces

2010-01-22 Thread Meikel Brandmeyer
Hi, On Jan 22, 12:11 pm, Jacek Generowicz wrote: > Am I reinventing some wheel? > > If not, does Clojure provide any run-time binding mechanisms which > would allow this concept be made to work with maps which do not become > available until run-time? You might want to investigate with-bindings

Re: Using maps as namespaces

2010-01-22 Thread Konrad Hinsen
On 22.01.2010, at 12:11, Jacek Generowicz wrote: If not, does Clojure provide any run-time binding mechanisms which would allow this concept be made to work with maps which do not become available until run-time? There's always eval, and in fact I think you can't work around it. The meaning