-
I just tried sbcl-1.2.2 that installed via CIM, and I noticed it doesn't have thread support.
```
$ sbcl
This is SBCL 1.2.2, an implementation of ANSI Common Lisp.
More information about SBCL is avai…
-
I run the tests as follows:
```
sbcl --non-interactive \
--eval '(require "asdf")' \
--eval "(push #p\"${wrksrc}/\" asdf:*central-registry*)" \
--eval…
-
Hello,
I followed instructions exactly (using Method 1 with --user installation) on the website;
https://github.com/robert-dodier/maxima-jupyter
to install Maxima/Jupyter. I already had a wor…
-
Requires compiling SBCL
0. `cd sbcl-src`
1. `sh make.sh`
2. `sh make-shared-library.sh`
Then need to set `LD_LIBRARY_PATH=/path/to/sbcl-src/src/runtime` when compiling the executable. When run…
-
With the new changes using qlot, only sbcl works, the first problem is that also the make command doesn't work because it has some specific sbcl command line options.
-
I wasn't able to compile a hello world example. See the following error:
```
$ bazel build //:hello …
-
Because I happen to want to run a grpc server written in Common Lisp on GNU/Linux aarch64 (arm64), I'm interested in what it would take to upstream support for this. Most notably, aarch64 is (by defau…
-
```lisp
32.E3-irteusgl$ (reverse (cons 1 2))
(1)
```
SBCL returns type error for argument.
```lisp
$ sbcl
This is SBCL 1.1.14.debian, an implementation of ANSI Common Lisp.
More information ab…
-
I am on MacBook Pro M1 Max running Ventura. Up to date Sublime Text 4.
Installed the Slyblime plugin. Ran upgrade to Python 3.8, which seemed to complete successfully.
Changed settings for infer…
-
Hello,
I don't know where best to put this, but figured others would have the same question. I read your documentation on using `vimux` to replicate SLIME behavior and for the most part everything …