-
It wasn't obvious to me how to get anything working but I think I've figured it out. Here is my helloworld.sh quick start:
```
cd paip-lisp.git/lisp/
cat
-
```
$ sbcl --version
SBCL 2.4.4
$ sbcl --script
-
```
; compiling file "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lisp_cl-com.inuoe.jzon/cl-com.inuoe.jzon/work/build/source/cl-com.inuoe.jzon/src/schubfach.lisp" (written 27 MAR 2024 07:0…
-
```
debugger invoked on a SB-KERNEL::ARG-COUNT-ERROR in thread
#:
Error while parsing arguments to DESTRUCTURING-BIND:
too few elements in
()
to satisfy lambda list
(FILE …
-
These bindings are excellent and could be big for CL.
As we discussed though, I currently have errors when trying the examples :S
I'll add details, if anyone has an idea, thanks in advance.
…
-
I get the following error with SBCL 2.4.0 (on GNU/Linux x86-64):
```
; compiling file "/gnu/store/zpcb4zs0bhazzdb3l9jz11pbnymar2nw-sbcl-fast-generic-functions-0.0.0-1.9c307cd/share/common-lisp/sbc…
glv2 updated
7 months ago
-
Hello,
Since SBCL can be compiled as a shared library (I have tested it on Linux and Windows; unfortunately, I do not have access to a Mac), the documentation on their website seems somewhat limite…
-
### Discussed in https://github.com/fukamachi/mito/discussions/154
Originally posted by **daninus14** October 31, 2024
Hi,
In the code for `initialize-instance` here (copied below for conve…
-
```
Error while running (REPORT-PROPERTY NAME test-results/test-report.html) from [...]/cl-dynamic-classes/lift-standard.config: The :name property must be a simple name (not a directory), use :full-…
-
I managed to build shcl on guix, but get this error when trying to run.
```sh
$ shcl
fatal error encountered in SBCL pid 10164 tid 10164:
Can't find sbcl.core
```
this is what the installed dir…