mit-scheme REPL with command line history and tab completion

前端 未结 2 1055
无人及你
无人及你 2021-01-30 22:47

I\'m reading SICP and I\'m using mit-scheme installed on my os x 10.8 laptop via homebrew.

Everything works as advertised, however I\'m spoiled by the ease with which I g

2条回答
  •  囚心锁ツ
    2021-01-30 23:31

    I would actually recommend that you use Emacs, and use Geiser within that to access both the REPL and to help with scheme file editing. It also makes dealing with various Scheme REPLs such as Chez Scheme, Racket, MIT Scheme, Guile, Chicken, Gambit and Chibi Scheme effortless. Emacs remains very well tuned to use with Scheme and LISP. Highly recommended.

提交回复
热议问题