-
Slime REPL buggy behavior:
CL-USER> (describe *standard-input*) ; bombs - The function COMMON-LISP-USER::GET-SLOTS is undefined.
CL-USER> (describe *standard-output*) ; bombs - The function COMMON-LI…
-
First let's do a direct port from cl-markless into JavaScript. No need to worry about how terrible the code is or speed or anything. Doesn't even need to work. Just have all that Common Lisp in JS.
-
Imported from SourceForge on 2024-07-07 19:50:45
Created by **[ariel-co](https://sourceforge.net/u/ariel-co/)** on 2013-07-17 05:12:34
Original: https://sourceforge.net/p/maxima/bugs/2611
---
When c…
rtoy updated
5 months ago
-
What is the most similar dialect that is already available here?
-
The function alexandria:format-sybmol in the alexandria version that comes with teepeedee2 doesn't convert it's argument to string. In result babel fails with error "value #:~A-CODE-POINT-COUNTER is n…
-
I wrote a Common Lisp kata and saved it as a draft.
The following warning appears at the top of the description:
```
Caution: This kata does not currently have any known supported versions for Common…
-
- select a function: the file is visited
- C-x C-k : kill the visited file buffer
- select the same function again:
```
Debugger entered--Lisp error: (error "Selecting deleted buffer")
set-b…
-
Minimal reproducible example -
```cl
(in-package :common-lisp-user)
(defpackage "APP"
(:use :clim :clim-lisp)
(:export "APP-MAIN"))
(in-package :app)
(define-application-frame superapp ()…
-
If i checkout Sophus commit a621ff, and try to build with make i get this error
```
`usr/bin/cmake -H/home/drew/svo/workspace/Sophus -B/home/drew/svo/workspace/Sophus/build --check-build-system …
-
Imported from SourceForge on 2024-07-02 15:29:53
Created by **[aleksasd](https://sourceforge.net/u/aleksasd/)** on 2012-07-11 06:37:22
Original: https://sourceforge.net/p/maxima/bugs/2443
---
Wrong:…
rtoy updated
5 months ago