-
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…
-
```
What steps will reproduce the problem?
(sdl:with-init ()
(sdl:window 500 500 :resizable t
:title-caption "without setting the title caption,
the error po…
-
Steps to reproduce
Put this some file
```
;; foo.lisp
(defstruct foo)
(defclass foo () ())
```
Then open it with latest `main` (I tested with `35e010f4de35d7713f632dadbf82be31176bcf32`), an…
anlsh updated
2 months ago
-
Consider the following bare-bones `tests.lisp`:
```lisp
(ql:quickload "lift")
(use-package :lift)
(deftestsuite a-simple-test () ())
```
Upon running `sbcl --load tests.lisp`, I get the followin…
-
Build from 6bcb74ac6fb331f9677cdc98c5b0b9f92246d6a7 with SBCL 2.4.10:
```
; wrote /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lisp_cl-cookie/cl-cookie/work/.home/.cache/common-lisp/sbcl…
-
I'm trying to install common-lisp-jupyter on macOS 10.14.4 with MacPorts 2.5.4 but got this:
```sh
$ sbcl --noinform --eval '(ql:update-dist "quicklisp")' --quit
You already have the latest version…
-
I added a pexpect interface to sbcl. It is similar to the ECL lisp interface. This was requested by Sara Billey.
```
sage: sbcl(3)*sbcl(8)
24
sage: sbcl.eval('(* 5 5)')
'25'
sage: sbcl_console()…
-
Hi,
So I am getting an error if I load a file of a medium size (125 MB, around 200K triples).
Is it any way to read the file triple by triple rather than loading it once?
Following is the error that…
-
I discovered cl-forward-diff from your message on sbcl-help and wondered if you had checked out [coalton](https://github.com/coalton-lang/coalton). We are actually in the last stages of adding inlinin…
-
Hello,
I ran into issues when Maxima did not give back a result in reasonable time.
This happened multiple times and I repeatedly restarted Maxima using the button "Completely stop Maxima and rest…