Re: A couple of namespace questions

2010-02-14 Thread Stuart Sierra
On Feb 14, 2:09 am, Mike Meyer mwm-keyword-googlegroups. 620...@mired.org wrote: Second, is there a way to refer to a relative namespace? Not as such, but the 'load' function uses the parent directory of the current namespace: (ns foo.bar.baz (:load quux)) ;; = loads foo/bar/baz.clj and

A couple of namespace questions

2010-02-13 Thread Mike Meyer
I've got two questions about namespaces; one is pretty clojure-specific, the other possibly more related to java's classpath stuff. First, is there either a way to use names that exist in clojure.core? I.e., if wanted variable called map, can I get it somehow? If not, is there an idiom for such

Re: A couple of namespace questions

2010-02-13 Thread Michał Marczyk
On 14 February 2010 08:09, Mike Meyer mwm-keyword-googlegroups.620...@mired.org wrote: First, is there either a way to use names that exist in clojure.core? I.e., if wanted variable called map, can I get it somehow? If not, is there an idiom for such names, akin to Python's use of a postfix _