-
Imported from SourceForge on 2024-07-05 22:40:24
Created by **[charpent](https://sourceforge.net/u/charpent/)** on 2016-11-13 19:30:47
Original: https://sourceforge.net/p/maxima/bugs/3243
---
Not un…
rtoy updated
4 months ago
-
# Repro steps
I reproed this with Boxer `3.4.19 2024-06-24`.
1. Create a doit box named `go`
2. Inside of the doit box, create a sprite box with option-s
3. Make the sprite box transparent by pu…
-
defining a CLOS package usually is not a good idea, since many Common Lisp implementations will already have one...
see package.lisp
lispm updated
4 years ago
-
Imported from SourceForge on 2024-07-04 01:47:03
Created by **[inducer77](https://sourceforge.net/u/inducer77/)** on 2022-05-06 23:31:42
Original: https://sourceforge.net/p/maxima/bugs/3973
---
This…
rtoy updated
4 months ago
-
# Literate Programming in Lisp With Erudite - Lisp journey
Erudite is a Common Lisp library to write literate programs. The latest release (march, 2020) brings cool new features, amongst which the ab…
-
When running --debug-init I'm getting this input, i'm not sure if it's an inherent issue with slime or with quicklisp and slime.
```
Debugger entered--Lisp error: (void-variable package-updating)
b…
-
https://gitlab.common-lisp.net/mcclim/gramps-clim2/issues/34
After applying fix for https://gitlab.common-lisp.net/mcclim/gramps-clim2/issues/33 string is replayed OK, but null glitch appears (afte…
-
Imported from SourceForge on 2024-07-03 10:26:21
Created by **[zmth](https://sourceforge.net/u/zmth/)** on 2014-07-24 22:20:28
Original: https://sourceforge.net/p/maxima/bugs/2788
---
Claims integra…
rtoy updated
4 months ago
-
Imported from SourceForge on 2024-07-08 20:11:55
Created by **[zmth](https://sourceforge.net/u/zmth/)** on 2015-09-25 21:49:35
Original: https://sourceforge.net/p/maxima/bugs/3029
---
wxMaxima versi…
rtoy updated
4 months ago
-
Hi there, thanks for this nice package :smile:
I am trying `rove` and cheked out the latest version. In SBCL, when I do:
```lisp
(defpackage #:resource-graph-test
(:use :cl :resource-graph …