-
@wallymathieu Do you have a preference for how wide-ranging the symbol support should be?
The current draft uses the vertical-bar notation known from Common Lisp and Scheme (R7RS). That means any t…
-
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 …
-
```
Linux www 4.19.0-6-686-pae #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) i686 GNU/Linux
"CMU Common Lisp" "21d (21D Unicode)"
From recent Quicklisp:
cffi_0.24.1
cl+ssl-20220707-git
(ql:…
-
I'm currently writing a larger program in Hy. Coding in Hy is a dream.. debugging is a headache. The reasons are simple: line numbers are lost in the context of any macros, and of course plenty of t…
-
Hello,
I'm having problems using Geany in Clojure files with regular expression, using the #"pattern" reader macro. Sometimes the closing double quote is interpreted as an opening quote and whateve…
-
I built a Docker image of Maxima-Jupyter from GitHub, editing the `Dockerfile` to have pacman install help files.
`RUN sed -i '/^NoExtract.*usr\/share\/info/d' /etc/pacman.conf`
I can use the `d…
-
```
What steps will reproduce the problem?
1. Install with PPC CMUCL
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
7.2 o…
-
Sealed CLOS classes are protected from redefinitions.
See also: [sealable-metaobjects](https://github.com/marcoheisig/sealable-metaobjects).
SBCL has a similar extension for structures (freeze-type)…
-
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
5 months ago
-
Thanks for this great library, Why do not add this library to quicklisp?
It's a nice library, that could be use with common lisp without interfacing BLASS and LAPACK, i know only this[ library](htt…