安装软件及emacs插件
CL implementation: most common are SBCL, CMUCL, Allegro, LispWorks, CLISP
CL implementation version (I ran into a problem here)
SLIME version (stable 2.0 release or CVS snapshot)
Emacs version (I didn’t run across any problems with this)
( – 37MB)
( – 4MB)
( – 700K) – CLISP recently removed a function used in the 2.0 version of SLIME, but the SLIME CVS snapshot has that fixed
(setq inferior-lisp-program "D:/UnixUtils/clisp-2.44/clisp.exe")
(require 'slime)
(slime-setup)
阅读(952) | 评论(0) | 转发(0) |