-
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 …
-
```
Welcome to Macintosh Common Lisp Version 5.2.1!
? (read-from-string "0.6146281499692686 ")
0.61462814
19
? (setf *READ-DEFAULT-FLOAT-FORMAT* 'double-float)
DOUBLE-FLOAT
? (read-from-string "0.6…
-
```
Welcome to Macintosh Common Lisp Version 5.2.1!
? (read-from-string "0.6146281499692686 ")
0.61462814
19
? (setf *READ-DEFAULT-FLOAT-FORMAT* 'double-float)
DOUBLE-FLOAT
? (read-from-string "0.6…
-
As you can see here: https://common-lisp.net/project/cl-test-grid/library/data-table.html , you recent change from `#\no-break_space` to `#\u00a0` fixes ABCL but breaks CMUCL.
I would suggest to use …
-
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 ()…
-
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.
-
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…
-
```
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…
-
Imported from SourceForge on 2024-07-08 20:09:24
Created by **[hbiber](https://sourceforge.net/u/hbiber/)** on 2015-09-08 19:58:36
Original: https://sourceforge.net/p/maxima/bugs/3018
---
When print…
rtoy updated
4 months ago