Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issue of quicklisp with clisp on Windows 7

I installed quicklisp/slime/clisp on windows 7. When I started slime with M-x slime, I got this error message.

enter image description here

I could enter 'continue' to start the clisp/slime, but this message pops up whenever I start slime. What's wrong with this? How can I fix this?

like image 282
prosseek Avatar asked Apr 12 '12 14:04

prosseek


People also ask

How does Quicklisp work with Common Lisp?

It works with your existing Common Lisp implementation to download, install, and load any of over 1,500 libraries with a few simple commands. Quicklisp is easy to install and works with ABCL , Allegro CL , Clasp, Clozure CL, CLISP, CMUCL , ECL, LispWorks, MKCL , SBCL, and Scieneer CL, on Linux, Mac OS X, and Windows.

What libraries does Quicklisp support?

Quicklisp is easy to install and works with ABCL , Allegro CL , Clasp, Clozure CL, CLISP, CMUCL , ECL, LispWorks, MKCL , SBCL, and Scieneer CL, on Linux, Mac OS X, and Windows. The libraries were last updated on July 7, 2022. Quicklisp is provided as-is without warranty of any kind. See the release notes for known problems.

Where can I download Quicklisp code?

Quicklisp code is hosted on GitHub . To install Quicklisp, download quicklisp.lisp and load it.

What is Quicklisp beta?

Quicklisp beta. Quicklisp is a library manager for Common Lisp. It works with your existing Common Lisp implementation to download, install, and load any of over 1,500 libraries with a few simple commands.


1 Answers

I used clisp 2.44 which was outdated for quicklisp, when I installed and use 2.49, the issue is gone.

See EXT:PROBE-PATHNAME

like image 105
prosseek Avatar answered Oct 11 '22 09:10

prosseek