Re: [ANN] lein-virgil, a plugin for mixed Clojure/Java development

2015-11-20 Thread Gerrit Jansen van Vuuren
really cool!, I definitely have use for this. gone are the days I change, 
reload repl, test :)

On Thursday, 19 November 2015 07:02:17 UTC+1, Zach Tellman wrote:
>
> It's been an uncomfortably long time since I released a new library, so 
> here we go.  This plugin solves a problem that has endlessly bothered me 
> (and hopefully a number of other people which is greater than zero), which 
> is that changing any Java files in a project requires completely reloading 
> the REPL session.  But no longer: https://github.com/ztellman/virgil. 
>  This project, named for everyone's favorite psychopomp, leverages the 
> compiler APIs within the JDK to live-reload the classes without a bit of 
> fuss.
>
> This code works for me, and will probably work for most simple use cases, 
> but I wouldn't be surprised if there are some more complex cases that don't 
> work perfectly.  Bug reports are welcome.
>

-- 
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.


[ANN] lein-virgil, a plugin for mixed Clojure/Java development

2015-11-19 Thread Mike Rodriguez
Nice! I'm excited to try this one out. Good idea. 

-- 
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.


[ANN] lein-virgil, a plugin for mixed Clojure/Java development

2015-11-18 Thread Zach Tellman
It's been an uncomfortably long time since I released a new library, so 
here we go.  This plugin solves a problem that has endlessly bothered me 
(and hopefully a number of other people which is greater than zero), which 
is that changing any Java files in a project requires completely reloading 
the REPL session.  But no longer: https://github.com/ztellman/virgil.  This 
project, named for everyone's favorite psychopomp, leverages the compiler 
APIs within the JDK to live-reload the classes without a bit of fuss.

This code works for me, and will probably work for most simple use cases, 
but I wouldn't be surprised if there are some more complex cases that don't 
work perfectly.  Bug reports are welcome.

-- 
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.