On Sunday, March 17, 2013 8:31:24 AM UTC+1, vemv wrote:

> Yeah I guess it could work, did you have in mind something like 
> programmatically running `lein compile`?
>

Yes, just about, but even simpler: you just call *compile*, *load, load-file
* or similar while binding *compile-files* to true (*compile* does that 
itself, others leave you the choice).
 

>
> Can the JVM handle .class files written on the fly?
>

Yes, the JVM can load a .class file at any time, and in fact it does so in 
the routine operation. *Unloading* a class is not as simple, though. 

-- 
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to