-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iclojure started thought drip fails at readline #63
Comments
Just use Leiningen. REPLy, which version 2 uses, is probably the best Clojure REPL out there and it has built-in readline support. iclojure seems to be using a plugin and |
I was trying stand-alone iclojure and "iclojure" script are edited to use "drip". REPL-y is fine (I see only one omission compared to iclojure: can't tab-complete object's Java methods), but the issue still conflicts with "drop-in replacement of |
@vi let me explain. If tools are not aware of Drip, they will use the regular |
You can prevent drip from being used at all with a leiningen invocation by setting |
iclojure is started directly, not using By default iclojure script does this:
First time (without pre-loaded instance) it started normally, but the second time (using pre-loaded JVM) it behaved poorly.
|
Drip is known to be used with JRuby |
In iclojure started normally on my Debian Wheezy I can use up,down,Home,End and other keys. But in iclojure started thought drip those keys produce some capitalized letters (and I have to use ^P, ^N, ^F, ^B instead to natigate around).
Also iclojure startup time is still slow even if I use drip...
The text was updated successfully, but these errors were encountered: