> My question probably should have been: is it intentional that the Clojure 
> reader
> accepts symbol names containing more than one slash, producing a
> namespace portion
> of the symbol containing slashes in its name?

The docs (http://clojure.org/reader) are specific:

'/' has special meaning, it can be used once in the middle of a symbol to 
separate the namespace from the name, e.g. my-namespace/foo. '/' by itself 
names the division function.

Stu


Stuart Halloway
Clojure/core
http://clojure.com

-- 
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