Questions tagged [quicklisp]

Quicklisp is a library manager for Common Lisp

Quicklisp is a library manager for Common Lisp written by Zach Beane.

Information on it, including how it can be installed, can be found on its website

161 questions
3
votes
1 answer

Can not launch or re-install Quicklisp: ASDF/FIND-SYSTEM::STAMP undefined

I broke my CL environment. I can run sbcl but I can't re-run or re-install Quicklisp (I simply deleted the directory ~/quicklisp/ and would like to start over properly). I get the following error: * (load #p"~/quicklisp/setup.lisp") While evaluating…
Ehvince
  • 17,274
  • 7
  • 58
  • 79
3
votes
1 answer

CGI example with CLISP and CL-WHO?

Could someone provide me a simple expample of a clisp script, that uses CGI /usr/local/bin/clisp CL-WHO or equivalent? My installation is consisting of apache2, clisp and quicklisp. Thanks in advance!
Patrick
  • 508
  • 2
  • 9
3
votes
1 answer

How to force Quicklisp to download a library?

My Debian system has an old version of the FLEXI-STREAMS library installed as a dependency of some other Debian package. As a result, on every Lisp implementation on the system, ASDF automatically loads that library from somewhere deep in the bowels…
Throw Away Account
  • 2,593
  • 18
  • 21
3
votes
2 answers

Making Emacs/Slime/Quicklisp/SBCL work in Windows

I'm using the above combination in Windows 7.0 for several months now. Unfortunately a collegue advised me to install the slime-helper.el into emacs, with the result: Emacs Slime doesn't recognize QL any more. I'm using SBCL 1.2.11 for Windows and…
Hennes
  • 1,340
  • 1
  • 10
  • 26
3
votes
1 answer

<> lisp - matlisp

I'm quite new to Common Lisp, and I've come across a problem when trying to use the package Matlisp, which I load with (ql:quickload :matlisp). When I try to use the package, for example, by simply executing: (randn '(2 2)) I always get an error…
Daniel
  • 11,332
  • 9
  • 44
  • 72
3
votes
2 answers

Quicklisp overriding default systems

I have a slightly modified version of cl-json that I use for a poorly implemented server parser. When I try to (ql:quickload :cl-json) it naturally loads the file that they have stored on their server as opposed to my modified version stored on my…
Spenser Truex
  • 159
  • 1
  • 11
3
votes
1 answer

cl-ncurses on SBCL

I installed cl-ncurses through quicklisp but I am getting an error when I try to execute anything curses-based. I am not sure what is wrong but it appears that SBCL cannot find the external functions/libraries. Other curses-based programs work well…
automaton
  • 1,091
  • 1
  • 9
  • 23
3
votes
1 answer

Why I can't install quicklisp? ("Package QUICKLISP-QUICKSTART does not exist")

I've installed Emacs and SBCL, and I've already set up the environment variables. I've also downloaded quicklisp, but I can't get it to work (I'm using Windows 8). I load it: c:\home>sbcl ~~load quicklisp.lisp And then, after I type: *…
Ericson Willians
  • 7,606
  • 11
  • 63
  • 114
3
votes
1 answer

Connection refused error installing quicklisp

On evaluating (quicklisp-quickstart:install) in SBCL I get(linux): debugger invoked on a SB-BSD-SOCKETS:CONNECTION-REFUSED-ERROR in thread #: Socket error in "connect": ECONNREFUSED (Connection…
automaton
  • 1,091
  • 1
  • 9
  • 23
3
votes
1 answer

Quicklisp: using loaded libraries

I've set up Quicklisp to run whenever SBCL runs, and added the following line to the top of my file that I'm trying to use the priority-queue library in (as suggested in the answer to my earlier question, Priority queue for Common Lisp?). However,…
Koz Ross
  • 3,040
  • 2
  • 24
  • 44
3
votes
1 answer

Test if quicklisp has already been installed in clisp

I'm working on a project in Common Lisp which makes use of a package installed with quickload. I'm making a bash script in the root of the project which tests if the necessary programs are installed, and if it all checks out, it runs a lisp script…
Sotanaht
  • 167
  • 2
  • 8
3
votes
2 answers

Commonqt Not Working Using Clozure CL on OS X Lion

I wanted to use Commonqt using Clozure CL on OS X Lion. But it was not working... Commonqt Commonqt is a Common Lisp binding to the smoke library for Qt. http://common-lisp.net/project/commonqt/ My setting is that OS X Lion 10.7.4 Xcode…
jiroukaja
  • 41
  • 4
2
votes
1 answer

Debugger invoked when updating quicklisp

I've sbcl(Steel Bank Common Lisp) installed in my Fedora 38 linux. I installed quicklisp using below commands some times back from steps mentioned here. curl -O https://beta.quicklisp.org/quicklisp.lisp curl -O…
user51
  • 8,843
  • 21
  • 79
  • 158
2
votes
0 answers

Alive Lisp extension 'alive:XXXX' not found in VSCode

Hi I have installed the Steel Bank Common Lisp(SBCL) and then installed Quicklisp and followed all the steps found here here. The quicklisp server runs fine but I cannot run any Alive commands from VSCode. Whatever command I try to run I get the…
Pontios
  • 2,377
  • 27
  • 32
2
votes
1 answer

Why doesn't Lisp-Stat load with quicklisp under MacOS?

I'm relatively new to Common Lisp and Lisp-Stat. But I wanted to try it out and play around with it in my empirical social research. Unfortunately installing LISP-Stat fails at building. My Setup SBCL 2.2.8 / Emacs 28.1 (Doom Emacs Config) / SLIME…