-
Is there any desire for type aliases? Are they feasible? If they are, are there reasons to not support them?
E.g.
```
(define-alias Thing (Optional (Tuple String Integer)))
(define-alias …
-
Imported from SourceForge on 2024-07-06 08:25:00
Created by **[woollett](https://sourceforge.net/u/woollett/)** on 2012-04-08 22:08:34
Original: https://sourceforge.net/p/maxima/bugs/2392
---
with 5…
rtoy updated
5 months ago
-
Imported from SourceForge on 2024-07-06 23:13:39
Created by **[ckoe](https://sourceforge.net/u/ckoe/)** on 2015-04-20 08:18:19
Original: https://sourceforge.net/p/maxima/bugs/2941
---
Hello !
I a…
rtoy updated
5 months ago
-
Hi!
I've noticed that archives are downloaded via `http`:
```
CL-USER> (ql:quickload :thread-pool)
To load "thread-pool":
Load 2 ASDF systems:
arnesi bordeaux-threads
Install 1 Quic…
-
Imported from SourceForge on 2024-07-05 22:38:25
Created by **[caprilo](https://sourceforge.net/u/caprilo/)** on 2016-10-17 04:36:22
Original: https://sourceforge.net/p/maxima/bugs/3231
---
I define…
rtoy updated
5 months ago
-
- 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…
-
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…
-
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 ()…
-
I tried installing cl-async using:
(ql:quickload :cl-async)
First it said, it could not find libuv. So I installed, using synapic package manager libuv1 (that was the only option available). Now I…