-
I put a symlink to `cl-dispatch` in my Quicklisp `local-projects` directory, launched the CCL IDE (Clozure CL64.app, built from CCL trunk r16809, the latest current), and ran `(ql:quickload :dispatch)…
-
Hanye, I guess you must be getting started on the GSOC project these days. What are you working on so far? I have some suggestions for getting started which I'll outline below.
Let us clarify the s…
-
Hi, I'm having a problem getting up and running on the mac with your library and I'd love to get to the bottom of this if possible as I'm keen to port the superbible 7 examples over as a learning exer…
-
I hereby request a feature where, given CL-YESQL code,
```sql
-- name: users-by-country @rows
-- Counts the users in a given country.
SELECT count(*) AS count
FROM user
WHERE country_code = :c…
-
Copy this code to /tmp/bug.lisp.
```
(in-package :cl-user)
(ql:quickload :bordeaux-threads)
(shadow 'terminate)
(ql:quickload :iterate)
(use-package :iterate)
(defun worker-read-byte (&au…
-
- [ ] pgloader --version
```
pgloader version "3.6.10~devel"
compiled with SBCL 2.2.9.debian
```
- [ ] did you test a fresh compile from the source tree?
yes.
…
-
A strong visual identity for the Clozure CL project would be very valuable.
This could include a logo, a project style implemented in CSS, and so forth.
I can hardly expect someone to contribute…
-
Under some rare and unknown circumstances, calling `(static-cons ...)` from ACL2 running on top of CCL resulted in the following error:
> Error: Current process # does not own lock #
Here is th…
-
I sometimes encounter problems like this: http://cl-test-grid.appspot.com/blob?key=904796
The error says it can't find the "hu\.dwim\.stefil.asd" file. The file exists, but of course without slashes …
-
- [x] pgloader --version
```
pgloader version "3.6.7~devel"
compiled with SBCL 2.1.1.debian
```
- [x] did you test a fresh compile from the source tree?
~Unfo…