JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
888 stars 104 forks source link

How do I use gorilla outside leiningen? #272

Closed stuarthalloway closed 7 years ago

stuarthalloway commented 7 years ago

Leiningen is a build tool, and gorilla is an app, or better yet, a library. How do I use it outside of leiningen?

benfb commented 7 years ago

I don't think this is currently possible. There's a ticket for implementing boot support (#259), but it would be pretty difficult to extract gorilla from leiningen. You can take a look at the lein plugin here for an idea of how it's implemented, though.

I agree that this would be a good idea, but I personally don't have the bandwidth for it.