最近对lisp非常感兴趣,因此在google中搜索了“common lisp install windows”, 想装一个开发环境玩玩。
第一条结果就是 “Getting going with modern Common Lisp on Windows” :
http://www.mohiji.org/2011/01/31/modern-common-lisp-on-windows/
就按这篇文章安装,大部分过程都非常顺利(我的系统正好是win7!),除了两个地方有点疑问。
第一个地方,
在 “Configure everything so that it plays nice together” 那一节,我在文件系统中无论如何也找不到 C:\Users\username\AppData\Roaming\.clisprc.lisp, 我就新建了一个同名文件, 把该文要求的文本写进去了。
第二个地方,类似的是.emacs 文件找不到,所以新建了一个。
但是按照文章的提供的文本写进去(如下图),