-
In code/sbcl.lisp, you need &rest t in the deftransform, not &rest * or you get a WARNING at compile time for sbcl 2.3.3 (I'm not sure when the change occurred).
More importantly, since sbcl 2.4.0 …
-
Hello
I am running sbcl 1.3.14 together with slime and everything works fine in emacs. I also run jupyter 4.1.0 with a few kernels. which are working fine.
I am hoping to utilized the jupyter no…
-
I do `package-install sly` and then `m-x sly` and get in the debugger:
```
Debugger entered--Lisp error: (file-error "Spawning child process" #("Invalid argument" 0 16 (charset windows-1252)))
…
-
The first Issue I had was with cl-environments
https://github.com/alex-gutev/cl-environments/issues/15
But the solution was to git clone the newest cl-environments.
After that, however, a new…
-
## Environment
Nixos 19.09
```
# result of evaluating
uname -a
Linux nixos 4.19.108 #1-NixOS SMP Thu Mar 5 15:42:23 UTC 2020 x86_64 GNU/Linux
ros --version # if roswell runs succe…
ghost updated
3 years ago
-
I tried installing ROS manually using the steps described in the Dockerfile for melodic-ros-core-alpine, the following step is failing:
`rosdep install -y --from-paths src --ignore-src`
When tryin…
-
mstevens@mstevens-ThinkPad-E525:~ % sbcl
This is SBCL 1.0.58, an implementation of ANSI Common Lisp.
More information about SBCL is available at http://www.sbcl.org/.
SBCL is free software, provided …
-
Installed version 2.0.0, uninstalled version 1.5.7.
[trap@beast ~]$ ros
sbcl-bin/1.5.7 does not exist.stop.
[trap@beast ~]$ ros help
sbcl-bin/1.5.7 does not exist.stop.
[trap@beast ~]$ ros --he…
-
When I try to compile a `def-key-callback` form in SBCL with sly, it signals an error:
```
failed AVER:
(MEMBER SB-C::CLAMBDA
(SB-C::COMPONENT-LAMBDAS
(SB-C::LAMBDA-C…
-
Has this been abandoned? Can't build from source nor load the core :\
```
jackc@petrichor ~/dev/cl/var/amqp/de.setf.amqp $ sbcl --userinit readmes/build-init.lisp \
> --eval "(asdf:operate 'asdf:lo…