Skip to main content
3 votes
2 answers
35k views

I'm missing an obvious part of ASDF / quickload / sly, and it's starting to drive me nuts. It's mostly about the developer experience, but as I can't go past the very first steps, I'm unable to work ...
phtrivier's user avatar
  • 13.5k
1 vote
1 answer
68 views

I successfully did load clsql with quicklisp. Loading of a source file with function definitions, which use clsql, was also successfull. When executing a clsql function I am getting this error. (clsql:...
klk2ptx's user avatar
  • 99
1 vote
1 answer
145 views

I'm trying to install lisp-stat on my machine using quicklisp. I'm running Ubuntu 22.04. The install fails shortly after getting started with error: No package named "ALEXANDRIA-2" Prior to ...
myselfesteem's user avatar
0 votes
1 answer
364 views

While trying to install "hunchentoot" via (ql:quickload :hunchentoot), an error is produced: debugger invoked on a CFFI:LOAD-FOREIGN-LIBRARY-ERROR in thread #<THREAD "main thread&...
endvvell's user avatar
  • 626
0 votes
1 answer
145 views

I'm trying to learn common lisp but am having a very difficult time setting up my environment. I'm trying to wrap a c library using cffi but I can't seem to get sbcl to find the cffi package. I have ...
genghiskhan's user avatar
  • 1,159
1 vote
2 answers
703 views

I've been trying to get to grips with the package system in common-lisp, and I (sort of) understand the idea. However, like many (I have searched many other similar questions), there seems to be some ...
Halbert's user avatar
  • 334
1 vote
0 answers
43 views

On ACL, Windows, (ql:quickload "vecto") evaluates to: "Error: Attempt to do an array operation on nil which is not an array." :zoo brings: (error type-error :datum ...) ->(ql-...
LPoint's user avatar
  • 21
1 vote
0 answers
296 views

I am trying to install quicklisp into my Lisp REPL but am getting errors. I am running Ubuntu 21.10 and have tried installing quicklisp in both GNU clisp 2.49.92 and sbcl 2.1.1-debian. I have tried ...
David Shaw's user avatar
0 votes
0 answers
157 views

I am trying to program a tcp server using Common Lisp (sbcl) on Windows-11. My main goal is to create a stand alone executable tcp server. So, I am using the usocket library (loading it with (ql:...
Tanzina Rahman Smita's user avatar
2 votes
1 answer
215 views

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....
user51's user avatar
  • 10.6k
2 votes
0 answers
444 views

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 ...
Pontios's user avatar
  • 2,394
5 votes
3 answers
494 views

On MacOS: When I try to load log4cl I get a compile error: CL-USER> (ql:quickload "log4cl") To load "log4cl": Load 1 ASDF system: log4cl ; Loading "log4cl" . ; ;...
mbruun's user avatar
  • 63
1 vote
0 answers
2k views

I am trying to migrate a MySQL db to Postgres. From what I've read online, it seems like pgloader is the best tool for this. Background: I installed pgloader with apt-get, but ran into an error when ...
coniferous's user avatar
1 vote
1 answer
124 views

I defined a package like this: (defpackage :web-app (:nicknames :wa) (:use :cl :hunchentoot)) This works fine. But I want to remove hunchentoot. When I remove it and recompile I get the following ...
Vinn's user avatar
  • 1,221
0 votes
1 answer
110 views

Yesterday, I asked a question about creating libraries with common lisp. my lib: ;in my-lib.asd (asdf:defsystem :my-lib :depends-on (:cl-json :clsql :clsql-sqlite3) :components ((:file "...
Vinn's user avatar
  • 1,221

15 30 50 per page
1
2 3 4 5
12