Re: [ANN] Virgil 0.1.6

2017-03-17 Thread Mike Rodriguez
I've have used this as a lein plugin and I think it is a really great tool to have available. It makes working on Java or a hybrid Java/Clojure project more tolerable. On Thursday, March 16, 2017 at 2:13:35 PM UTC-4, Zach Tellman wrote: > > I figured it was worth reminding everyone that this li

Re: [ANN] Virgil 0.1.6

2017-03-16 Thread Ralf Schmitt
Zach Tellman writes: > I figured it was worth reminding everyone that this library > exists: https://github.com/ztellman/virgil. Hi Zach, thanks for the reminder. I've read about Virgil some weeks ago, and today I thought I could use this project, but couldn't remember the name. I'm using it

Re: [ANN] Virgil 0.1.6

2017-03-16 Thread Zach Tellman
The code is split into a library and a minimal Leiningen plugin which runs it at startup. If someone wants to contribute a Boot equivalent, I'm happy to accept that PR. On Thursday, March 16, 2017 at 11:18:16 AM UTC-7, Gregg Reynolds wrote: > > > > On Mar 16, 2017 1:13 PM, "Zach Tellman" > > w

Re: [ANN] Virgil 0.1.6

2017-03-16 Thread Gregg Reynolds
On Mar 16, 2017 1:13 PM, "Zach Tellman" wrote: I figured it was worth reminding everyone that this library exists: https://github.com/ztellman/virgil. It now seems to work on Java projects of arbitrary size and structure (the in-process compiler is very fussy about compile order, you need to top

[ANN] Virgil 0.1.6

2017-03-16 Thread Zach Tellman
I figured it was worth reminding everyone that this library exists: https://github.com/ztellman/virgil. It now seems to work on Java projects of arbitrary size and structure (the in-process compiler is very fussy about compile order, you need to topologically sort the classes), and I've been u