My team inherited a large java code base which over time will be replaced in parts and maybe completely by clojure.
One Clojure capability we wanted to get straight away was use of the REPL. but... Since regular oracle jvm classloading doesnt work like vars, you miss a lot of the benefits of repl-driven dev. Enter DCEVM <http://dcevm.github.io/>, a jvm mod that supports class redefinition. Using this with Cursive plugin, the Java is feeling a lot more dynamic and regular, (painfully slow) jvm restarts for devs are mostly a thing of the past. I understand JRockit and maybe other platforms also provide this functionality. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
