-
Thank you for this project.
Here are some existing projects that we might take into account in the design (for inspiration and some lessons to learn).
https://github.com/jolby/rincanter -- an existi…
daslu updated
10 years ago
-
It is very much extensible hackable browser written in common-lisp.
Very much like emacs for text editor/environment.
Link: https://github.com/atlas-engineer/nyxt
Note: It won't be as friendly …
-
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…
-
I keep on going around on this. I don't think the "Project Ideas" were successful in inviting anyone to ask any questions or consider any projects. It's still pretty amorphous. [Google docs projects](…
-
Hi Manfred, I'm working through Sento's documentation right now. I wonder what the :name of an actor is good for – I've been following the documentation , and I stumbled upon the section where it says…
-
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…
-
**Expected Result**
SBCL runs normally. [SBCL](http://sbcl.org) is a Common Lisp compiler and runtime environment.
**Actual Result**
SBCL crashes and drops to LDB:
```
This is SBCL 2.0.11, an i…
-
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…
-
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 …