您的位置:首页 > 其它

How to integrate the latest lispbox with clisp.

2011-04-15 15:42 555 查看
I have found the way to integrate with clisp in latest lispbox-0.7 in windows OS. Below is the steps

Install the latest lispbox-0.7

Remove ccl under lispbox-0.7 directory.

Download clisp-2.47-win32-mingw-big.zip from http://sourceforge.net/projects/clisp/files%2Fclisp%2F2.47/ and unzip it to Lispbox-0.7 directory

Create a file “lispbox-register.el” under directory lispbox-0.7/clisp-2.47/ with content (push (list 'clisp-2.47 (list (lispbox-list-to-filename (list (file-name-directory load-file-name) "full" "lisp.exe")) "-ansi" "-M" (lispbox-list-to-filename (list (file-name-directory load-file-name) "full" "lispinit.mem")) "-B" (lispbox-list-to-filename (list (file-name-directory load-file-name) "full/")))) slime-lisp-implementations)

Run install.bat under lispbox-0.7/clisp-2.47/ directory.

Run lispbox.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: