-
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
-
These are languages that people use for real projects, today. These require the most work but also give the biggest payoff, since people will use them in their daily work.
So far we're 1/5 here, with…
-
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
-
Currently, the macro system is unhygienic (a la Common Lisp and Clojure). Should it be made hygienic (a la Scheme and Racket)?
There are papers by the Scheme team that describe how to implement a hyg…
-
```
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 …
-
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…
-
[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/…