Trouble running Common Lisp
I'm a bit of a beginner at programming and wanted to try some basic Common Lisp. However this is turning out to be a real hassle when you get down to it. I'm currently using a Mac and need to find some good software for running Common Lisp. Does anyone know a simple download for running Common Lisp code? The current one I'm using does not allow you to edit code via text editor and run it. Thanks!
无处不在的CLISP在任何平台上提供了一个简洁,简洁的基于文件的环境。
Try Clozure Common Lisp: http://ccl.clozure.com/
It even has an bundled IDE
Clozure Common Lisp can be installed via Apple's Mac App Store.
http://itunes.apple.com/de/app/clozure-cl/id489900618?mt=12
链接地址: http://www.djcxy.com/p/66222.html上一篇: Aquamacs + slime:启动时加载lisp文件
下一篇: 麻烦运行Common Lisp