-
How about adding the statement that `sudo apt install libzstd-dev` is needed for installing sbcl in some environments to [instillation page](https://github.com/roswell/roswell/wiki/Installation#buildi…
-
Error message is "make-host-1.sh: line 34: /private/tmp/sbcl--bootstrap3220150904-30319-1k4z49v/sbcl-1.1.6-x86-darwin/src/runtime/sbcl: Bad CPU type in executable".
https://gist.github.com/Ketsuban/6…
-
The template file:
```
{namespace ns}
{template callee}
{/template}
{template caller}
{call callee} {/call}
{/template}
```
Being runned with the following code:
```
(require 'asdf)
(asdf:operat…
necto updated
11 years ago
-
I am not sure when this started occurring, perhaps after an update to SBCL via the arch repositories, but I noticed that unit tests for a project I put down for a while and then revisited are now fail…
-
On Mac Mojave 10.14.2 using SBCL 1.5, the following code fails:
```
(ql:quickload :cl-autowrap)
(defpackage :kafka-autowrap-ffi
(:use :common-lisp)
(:export #:rd-kafka-t
#:rd-…
-
I'm trying to use `(structure ...)` patterns but keep getting lots of warnings at macroexpansion time. I tried just running the bare example in the wiki and still get them:
```
> rlwrap sbcl
[…
-
**Describe the bug**
In `~/.local/share/nyxt/annotations.lisp` the annotation has a url but when I use the show-annotations command it does not have a url.
**Precise recipe to reproduce the issue*…
-
`ros install sbcl` should fail with an explicit error message if it does not detect `zlib` headers in the system. Otherwise, we get very cryptic error messages like the following:
```
┌─[phoe][pho…
-
I suppose the execution time of 'cl' is not a matter for you currently.
So, actually, this is not an issue, but I want to share what I found and want to try suggesting something.
## What makes 'cl' sl…
-
The standard doesn't explicitly prohibits a package named `""`, which means that it is allowed.
It is not however clear what `||:symbol` means; and if `:symbol` is allowed to be interpreted as `||:…