>
> I wonder if it is possible somehow to reload clojure.core. The main  
> reason would be to reset the global hierarchy for multimethods.
>

I'm not sure I undestand what you want to do, but couldn't you just do

(in-ns 'clojure.core)
(def #^{:private true}
     global-hierarchy (make-hierarchy))

and be happy?
--~--~---------~--~----~------------~-------~--~----~
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