Re: Shouldn't c.l.Namespace implement c.l.Named?

2009-06-22 Thread Emeka
kedu pmf What about this (str *ns*)? I remember reading it from chouser's post. Regards, Emeka --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Shouldn't c.l.Namespace implement c.l.Named?

2009-06-16 Thread pmf
I've noticed that clojure.lang.Namespace cannot be used with the name- function (like (name *ns*)) because it does not implement clojure.lang.Named. One has to use (.getName *ns*), which is a bit ugly. --~--~-~--~~~---~--~~ You received this message because you are