-
When running `ql2nix --quicklisp-setup ~/quicklisp/setup.lisp --system-file ./my-scripts.asd`, I get the following error:
```bash
While evaluating the form starting at line 129, column 0
of #P"…
-
Hi,
I am trying to install the "noetic-devel https://github.com/ROBOTIS-GIT/turtlebot3_autorace_2020.git" as explained in the turtlebot3 website. but installation has stucked at 44% and does not go …
-
I’m trying to run Kenzo but it doesn’t seem to work. This is probably an issue with me rather than with Kenzo, as I don’t know much about Lisp (in particular how packages/systems/modules work) but I w…
-
It would be useful to have a lisp printer to generate lisp code, for example, `(x - 2*x + 1)**2` would become `(* (+ x (* -2 x) 1) (+ x (* -2 x) 1))` (if lisp has a power operator it could optionally …
-
Hi is this project still being developed?
I'm interested in using it to submit a pull request for this other common lisp project that doesn't have an asd file:
https://github.com/mdedwards/slipp…
-
```
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…
-
Hi,
The problem described in this issue occurs with SBCL 1.5.4 using the versions of the dependencies that were installed by Quicklisp at the time of this writing on both platforms I tried it on:
…
ctsrc updated
3 years ago
-
Hi,
I'm trying to compile open-axiom by LispWorks. Basically I modified `core.lisp.in` and related Makefiles (c.f. [1] for details) to support LispWorks. But then I met the following error message …
-
I was attempting to follow the quickstart described by the README in hh-web, using quicklisp and sbcl 1.2.13. I loaded hh-web, and created a project skeleton calling the form
```
(hh-web:make-skelet…
-
Great library, thanks for writing and publishing it!
I wrote up a macro for my own usage that allows me to use CSS-style selectors for simple scalar selectors (i.e. `div.foo`, `span#bar`, or even `…