technomancy/swank-clojure

Running lein deps from slime

Closed this issue · 2 comments

Is it possible to add a new dependency to a project via slime, and have leiningen pull down that dependency in the same running jvm, if so, how?

basically, I find that I have to start lein swank , add a dependency, stop lein swank, lein deps, start lein swank

On Sun, Nov 20, 2011 at 11:22 AM, Paddy Mullen
reply@reply.github.com
wrote:

Is it possible to add a new dependency to a project via slime, and have leiningen pull down that dependency in the same running jvm, if so, how?

This is planned for Leiningen 2.0, but we don't have anything yet.

This is possible using pomegranate.