-
In `sbcl`, with high safety settings `(sb-ext:restrict-compiler-policy 'safety 3 3)`, then `(ql:quickload "smackjack-demo")` fails to load and run the demo, with error message:
unknown type spe…
-
As we discussed, sbcl 2.4.0 generates 17 ops for the following snippet:
```
(caten (!matmul (make-tensor `(a b)) (make-tensor `(b c))))
```
while the number of ops generated are many more using …
-
Hello I was looking to see a comparison of python and common lisp and I didn't see it here so I am creating this issue for the addition of [SBCL](http://www.sbcl.org/) to the benchmarks.
-
Does this combination work? This code appears to use sb-bsd-sockets symbols but I can't seem to make it work.
-
I simply clone and 'make' by following the INSTLL.md. but met the issue:
```
sh build.sh …
-
Greetings,
While grinding my way through a large theorem, I ran into an issue where SBCL (the Lisp backend that I am using) runs out of memory for garbage collection. This causes a hard crash of t…
-
> Tested with sbcl. `~{` and `~}` starts and ends a loop.
_Originally posted by @NameNoQuality in https://github.com/norvig/paip-lisp/pull/183#issuecomment-2408244335_
[AUN-52](https://linear.app/…
-
Hi! I’m interested in trying this plugin, but I see this plugin hasn’t been updated in some time and I worry if it may not be usable anymore. I was looking for something in the Common Lisp that’s an a…
-
- I'm on `Darwin xxx.local 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:11 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6020 arm64` and `macOS Sequioa 15.1`
- I'm starting sbcl with `sbcl …
-