Is there a way to customize the SBCL REPL in a way that makes it work similar to the CLISP REPL. The standard SBCL REPL isn\'t really usable on Mac OS X. I can\'t use the arrow
You could use rlwrap
rlwrap
If you have MacPorts installed you can get it with
sudo port install rlwrap
The invoke sbcl with
sbcl
rlwrap sbcl