compile dynamic ns ?

2012-04-13 Thread ollem
Hi, I want to create and compile java classes on the fly using clojure. I also want to pack the compiled result in a jar file to be used by another system. I have used JavaAssist before but thought that it could be kind of neat to use clojure instead. I have ran into a problem though: (defn dyn

multimethod table watch ?

2012-09-04 Thread ollem
I'm looking for a way to get notified when a new method of multimethod is installed and associated with a new dispatch function, kind of like the add-watch function. Are there any ways of achieving this without polling with clojure.core/methods ? -- You received this message because you are su