benwbooth / quick-clojure

Run clojure scripts and lein commands quickly using a persistent nREPL session
Eclipse Public License 1.0
47 stars 4 forks source link

Integrate reply #4

Open memeplex opened 10 years ago

memeplex commented 10 years ago

Don't know whether this is a tough one or not, but it would be nice to run the reply repl instead of the barebones python repl currently provided. Maybe it's just a matter of delegating to lein repl passing it the nrepl port.

memeplex commented 10 years ago

Thinking it twice, it's possible that you were avoiding having to run a new clojure process in charge of the terminal I/O here. For that we already have lein repl. As a workaround, some rlwrap magic will help in making the pure python repl more friendly. Maybe you have a better idea so I'm not yet closing this issue.