Interesting! (Another possible way to get REPL-like development in Java is an alternative compiler like Janino <http://docs.codehaus.org/display/JANINO/Home>. See for example this discussion <http://comments.gmane.org/gmane.comp.java.clojure.user/929>. This, however, seems to result (sometimes) in slower runtime, I guess because Janino does not do some of the optimisations that standard compilers do.)
On Wednesday, August 13, 2014 6:47:46 PM UTC+3, henry w wrote: > > > 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 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/d/optout.