-
```
What steps will reproduce the problem?
1. With Lispworks 6.1 Professional Edition on Windows 32 bit -
(ql:quickload "lispbuilder-sdl")
What is the expected output? What do you see instead?
Expe…
-
```
What steps will reproduce the problem?
1. Install with PPC CMUCL
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
7.2 o…
-
All cool kids on the block now have their own package manager. It is even reflected in this answer to StackOverflow question [How often is Prolog/ASP used in non-research areas?](https://cs.stackexcha…
-
I built a Docker image of Maxima-Jupyter from GitHub, editing the `Dockerfile` to have pacman install help files.
`RUN sed -i '/^NoExtract.*usr\/share\/info/d' /etc/pacman.conf`
I can use the `d…
-
Hello,
I'm having problems using Geany in Clojure files with regular expression, using the #"pattern" reader macro. Sometimes the closing double quote is interpreted as an opening quote and whateve…
-
If i checkout Sophus commit a621ff, and try to build with make i get this error
```
`usr/bin/cmake -H/home/drew/svo/workspace/Sophus -B/home/drew/svo/workspace/Sophus/build --check-build-system …
-
Thanks for this great library, Why do not add this library to quicklisp?
It's a nice library, that could be use with common lisp without interfacing BLASS and LAPACK, i know only this[ library](htt…
-
```
Linux www 4.19.0-6-686-pae #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) i686 GNU/Linux
"CMU Common Lisp" "21d (21D Unicode)"
From recent Quicklisp:
cffi_0.24.1
cl+ssl-20220707-git
(ql:…
-
This issue is to track two potential improvements in documentation:
- API reference
- System manual
**API Reference**
Lisp-Stat uses [declt](https://github.com/didierverna/declt) to generate r…
-
Sealed CLOS classes are protected from redefinitions.
See also: [sealable-metaobjects](https://github.com/marcoheisig/sealable-metaobjects).
SBCL has a similar extension for structures (freeze-type)…