Improved REPL for SBCL
This package depends on cl-readline, so make sure that quicklisp is loaded.
git clone https://github.com/Janfel/sbcl-xrepl/ ~/common-lisp/sbcl-xrepl/
Add this to your ~/.sbclrc
:
(when (interactive-stream-p *standard-input*)
(asdf:load-system "sbcl-xrepl"))