-
Hello,
Liking Common Lisp, I've made the decision to try this out, due to past annoyances with dwm. I've thus successfully installed it. Initialization goes smoothly and all, and it can read the fil…
-
#### 1. `atomic-incf` on specials `*last-uid*` and `*last-tiny-uid*` in `src/gossip/gossip.lisp`
SBCL does not support `atomic-incf` on a regular special variable, but requires a variable declared …
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. given this lisp [flake](https://gist.github.com/jsparkes/6e12a9949dcb4dccadcfb6d6126aea1f)
2. nix develop
### Build log
```
error…
-
```
[package jpeg-turbo]; gcc -o /home/djaouen/.cache/common-lisp/sbcl-2.4.5-linux-x64-s/home/djaouen/quicklisp/dists/ultralisp/software/shamazmazum-jpeg-turbo-20201121072458/src/grovel__grovel-tmpUI…
-
SBCL seems to be inferring that DROP-WHILE returns an array when its argument type is unknown? Haven't debug further yet but wanted to record here now.
```
XILINX> (lambda (x) (rest (drop-while #'…
-
Hi @Olical,
I was trying out the Common Lisp support in Conjure and noticed that the SWANK client doesn't appear to support Common Lisp's interactive debugger.
Some examples in Conjure:
S…
-
[using SBCL]
(ql:quickload :sdl2-mixer) causes repl to drop to debugger, requiring user input of restart 0, does not happen with sdl2, sdl2-image or sdl2-ttf
restart 0 (reload foreign library) 'fi…
-
Imported from SourceForge on 2024-07-08 10:21:34
Created by **[sikkenogetvrovl](https://sourceforge.net/u/sikkenogetvrovl/)** on 2020-10-21 07:46:11
Original: https://sourceforge.net/p/maxima/bugs/366…
rtoy updated
4 months ago
-
I use sbcl 2.0.0 on cygwin64 on WIN10 and when I try to load clx with quickload I get the following error during the compilation process.
$ sbcl
This is SBCL 2.0.0, an implementation of ANSI Commo…
-