On Feb 14, 2:09 am, Mike Meyer 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 foo/bar/quux.clj
(ns foo.bar.baz
(:load "
On 14 February 2010 08:09, Mike Meyer
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 _ for
> variables whose names would otherw
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 na