-
Hello!
I'm trying to run `cl-bodge` with sbcl, but it seems that my plataform is not recognized? I'm not sure why it has `gnu` on it, but seems to be a problem.
I've tried to add the key to the …
-
Hi, I just tried loading colliflower on my machine soon after fetching the latest libraries using Quicklisp. This is the error I got:
Any ideas on how this could be fixed?
Thanks! :-)
```
Lock on p…
-
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-01 18:06:10
Created by **[fabienamiot](https://sourceforge.net/u/fabienamiot/)** on 2017-05-02 13:22:42
Original: https://sourceforge.net/p/maxima/bugs/3308
---
…
rtoy updated
5 months ago
-
```
What steps will reproduce the problem?
1. With Lispworks 6.1 Professional Edition on Windows 32 bit -
(ql:quickload "lispbuilder-sdl")
What is the expected output? What do you see instead?
Expe…
-
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…
-
What is the most similar dialect that is already available here?
-
- 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…
-
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…
-
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 ()…