Re: loading proxied classes outside of clojure

2013-04-11 Thread Cedric Greevey
You could use genclass and AOT compilation. I'm not sure of any other way. On Thu, Apr 11, 2013 at 3:30 PM, Jim - FooBar(); wrote: > since classes generated by proxy reside on memory how would the standard > java.net.URLClassolader find them? is there a way to emit the class on disk? > > Jim > >

loading proxied classes outside of clojure

2013-04-11 Thread Jim - FooBar();
since classes generated by proxy reside on memory how would the standard java.net.URLClassolader find them? is there a way to emit the class on disk? Jim -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure