this came up on irc starting:
http://clojure-log.n01se.net/date/2009-02-18.html#23:49
and the solution:
http://clojure-log.n01se.net/date/2009-02-19.html#0:30


On Wed, Mar 18, 2009 at 11:03 AM, Konrad Hinsen
<konrad.hin...@laposte.net> wrote:
>
> 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.
>
>
> >
>



-- 
And what is good, Phaedrus,
And what is not good—
Need we ask anyone to tell us these things?

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