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 names, akin to Python's use of a postfix _ for
variables whose names would otherwise be keywords?

Second, is there a way to refer to a relative namespace?  I.e., if I'm
in org.mired.project.foo, is there some way to refer
org.mired.project.bar without having to type entire path in again?

    Thanks
    <mike
-- 
Mike Meyer <m...@mired.org>             http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to