How to customize the SBCL REPL?
问题 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 keys or backspace. 回答1: You could use rlwrap If you have MacPorts installed you can get it with sudo port install rlwrap The invoke sbcl with rlwrap sbcl 回答2: There's vim+slime (slimv) too, for vim users. 回答3: Most of the people use SBCL REPL with SLIME . It gives it by far much more features, then readline , that is