Start Common Lisp

1, read 《Practical Common Lisp》[http://www.gigamonkeys.com/book/],chapter1-2

2, open my emacs, I use the configuration of Steve Purcell, 如果后面我可以完全理解ELisp的话,或许我可以来慢慢修改它,现在嘛,就算了

3, 安装slime,这个好像是在melps,这个得搜索配置一下,今天在windows上试了一下,好几次才成功。

4, 安装sbcl,slime类似一个壳,sbcl是他的芯,是一个common lisp的实现,我Mac OS上本来想用openMCL的,结果网速跟不上,半天下载不下来,还是sbcl吧,下载解压里面有一个install.sh,执行,可以看到sbcl安装到系统,有一个位置。

5, 在.emacs/init.el中添加一句: (setq inferior-lisp-program "/opt/sbcl/bin/sbcl")

6, 大功告成,现在你的RPEL的common lisp和书上的一样了。

M-x slime,现在输入吧。

你可能感兴趣的:(Start Common Lisp)