-
```
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…
-
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
-
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
-
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 …
-
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
-
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 …
-
[CIM](https://github.com/KeenS/CIM), Common Lisp Implementation Manager, simplifies the installation and use of various CL implementations, including SBCL. It's used by [cl-travis](https://github.com/…
-
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 …
-
After executing "ros install common-lisp-jupyter," I was presented with a host of error text that boiled down to "zmq.h not found." This running under Windows 11 (bleeding edge) with a fresh install o…