How to customize the SBCL REPL?

后端 未结 4 2141
傲寒
傲寒 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:14

    You could use rlwrap

    If you have MacPorts installed you can get it with

    sudo port install rlwrap
    

    The invoke sbcl with

    rlwrap sbcl
    

提交回复
热议问题