I'm doing my first steps with Clojure, but for some reason the up/down keys don't allow me to step through the command history in the REPL like in REPLs of other languages. Does the Clojure REPL use different keys to access the command history, or is this feature just not (yet) implemented?
15
votes
5 Answers
21
votes
8
votes
6
votes
2
votes
Depends which REPL you use. Most good REPLs have this functionality and more.
If you're coming from Java as an Eclipse user, for example, you may want to use the embedded nREPL provided by the Counterclockwise plugin. I found this easier to use than configuring a separate dedicated Clojure environment.
1
votes
C-, M-x slime-repl-forward-input C-, M-x slime-repl-backward-input Go to the next/previous history item.
http://common-lisp.net/project/slime/doc/html/Input-Navigation.html