How to integrate the latest lispbox with clisp.

    技术2022-05-20  43

    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/clisp/2.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.


    最新回复(0)