Consider the following session:

user=> /
#<core$_SLASH___3331 clojure.core$_slash___3...@7a916b>
user=> clojure.core//
#<core$_SLASH___3331 clojure.core$_slash___3...@7a916b>
user=> (ns-unmap *ns* '/)
nil
user=> /
java.lang.Exception: Unable to resolve symbol: / in this context  
(NO_SOURCE_FILE:0)
user=> (defn / [a b] (clojure.core// a b))
#'user//
user=> /
#<user$_SLASH___1401 user$_slash___1...@37a91a>
user=> user//
java.lang.Exception: Invalid token: user//


Why is user// an invalid token, whereas clojure.core// works  
perfectly well?

Konrad.


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