technomancy / grenchman

Sorry about the name
GNU General Public License v3.0
217 stars 8 forks source link

Handle launching Leiningen processes? #4

Closed technomancy closed 7 years ago

technomancy commented 11 years ago

According to the Cake guys, this is really hard to get right. Maybe better to let users handle this for now.

technomancy commented 11 years ago

A compromise would be to have grench automatically spin up Leiningen's own JVM but leave it up to users to launch eval-in :nrepl project JVMs. If we do this, we should think about isolating plugins inside classloaders on a per-project basis.