Re: Symbol to Namespace Qualified Symbol

2009-02-01 Thread Craig McDaniel
Thanks Steve. I'm going with your suggestion to use the var itself rather than the symbol as the key. It simplifies things. -Craig --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gro

Re: Symbol to Namespace Qualified Symbol

2009-02-01 Thread Stephen C. Gilardi
On Feb 1, 2009, at 2:44 PM, Craig McDaniel wrote: Anyone have a better method to go from a symbol to a namespace qualified symbol? I'm using this ugly kludge now: (symbol (.substring (.toString (resolve sym)) 2)) I'm keeping a map of currently traced functions and the key is the namespaced-qu

Re: Symbol to Namespace Qualified Symbol

2009-02-01 Thread Craig McDaniel
Make that http://github.com/kreg/traceme/tree/master to just view the project. --~--~-~--~~~---~--~~ 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 unsubscr