Clojure’s REPL and Readline
The standard advice for getting a practical REPL for Clojure is to use jLine, but that’s not really necessary if you’re not on Windows. rlwrap does the job admirably, and was only an
apt-get install rlwrap
away for me.
The standard advice for getting a practical REPL for Clojure is to use jLine, but that’s not really necessary if you’re not on Windows. rlwrap does the job admirably, and was only an
apt-get install rlwrap
away for me.