-
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…
-
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…
-
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 …
-
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
-
What is the most similar dialect that is already available here?
-
- select a function: the file is visited
- C-x C-k : kill the visited file buffer
- select the same function again:
```
Debugger entered--Lisp error: (error "Selecting deleted buffer")
set-b…
-
I tried installing cl-async using:
(ql:quickload :cl-async)
First it said, it could not find libuv. So I installed, using synapic package manager libuv1 (that was the only option available). Now I…
-
Imported from SourceForge on 2024-07-01 18:06:10
Created by **[fabienamiot](https://sourceforge.net/u/fabienamiot/)** on 2017-05-02 13:22:42
Original: https://sourceforge.net/p/maxima/bugs/3308
---
…
rtoy updated
5 months ago
-
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 ()…