-
```lisp
Welcome to JSCL (version 25e0341 built on 18 May 2023)
JSCL is a Common Lisp implementation on Javascript.
For more information, visit the project page at [GitHub](https://github.com/jscl…
-
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…
-
Slime REPL buggy behavior:
CL-USER> (describe *standard-input*) ; bombs - The function COMMON-LISP-USER::GET-SLOTS is undefined.
CL-USER> (describe *standard-output*) ; bombs - The function COMMON-LI…
-
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.
-
```
What steps will reproduce the problem?
1. Compile a new version of Qi.
2. Run test cases.
What is the expected output? What do you see instead?
Qi should build off of one of the Common Lisp test…
-
Hi!
I've noticed that archives are downloaded via `http`:
```
CL-USER> (ql:quickload :thread-pool)
To load "thread-pool":
Load 2 ASDF systems:
arnesi bordeaux-threads
Install 1 Quic…
-
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…
-
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?
-
```
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…