Open memeplex opened 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.
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.