On 04.04.2009, at 14:39, christ...@mvonessen.de wrote:

>> Temporary namespaces are working now. Yay!
>> (in-ns 'user) doesn't work, as for every connection a new namespace
>> name is gensym'ed. After the connection is closed, the namespace
>> is deleted.
>
> Oh yeah, I forgot: Classes aren't reloaded, just a fresh default
> namespace is created. You can force reloading clojure namespaces,  
> though, by
> using (require 'ns :reload) or (require 'ns :reload-all).

Indeed, reloading namespaces isn't the big issue. Your temporary  
namespaces sound like just what I need! I just downloaded your  
clojure server for testing...

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

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