How to customize the SBCL REPL?

后端 未结 4 2195
傲寒
傲寒 2021-02-20 00:36

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

4条回答
  •  不知归路
    2021-02-20 01:12

    You can try linedit which is available via Quicklisp. That said, Emacs+SLIME is a real beast. In fact, Firebug is the only thing close to it that I'm aware of.

提交回复
热议问题