Re: use namespace locally in a function

2011-11-23 Thread Igor TN
b anyways to use it and > qualified names do not clutter your current namespace, the above > version seems to be good enough. > > Cheers, > >     Nils > > On Nov 23, 4:40 am, Igor TN wrote: > > > > > > > > > Yes, I meant local context. In principle, th

Re: use namespace locally in a function

2011-11-22 Thread Igor TN
Yes, I meant local context. In principle, this could help to avoid namespacing conflicts in certain cases. But not a big deal, just wondering if the language supports that. Apparently not. Cool with me. Thanks everybody! On Nov 22, 6:59 pm, Alex Baranosky wrote: > Looks like he'd like to make a n

use namespace locally in a function

2011-11-22 Thread Igor TN
Is it possible to "require" or "use" a namespace as metadata inside the function definition? Something like (defn f {:use '[clojure.set]} [] ... ) If yes, can anybody point me where can I find an exact syntax? If no, why not? Thank you, Igor -- You received this message because you are sub