-
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…
-
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 ()…
-
If i checkout Sophus commit a621ff, and try to build with make i get this error
```
`usr/bin/cmake -H/home/drew/svo/workspace/Sophus -B/home/drew/svo/workspace/Sophus/build --check-build-system …
-
```
What steps will reproduce the problem?
1. Install with PPC CMUCL
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
7.2 o…
-
```
What steps will reproduce the problem?
1. With Lispworks 6.1 Professional Edition on Windows 32 bit -
(ql:quickload "lispbuilder-sdl")
What is the expected output? What do you see instead?
Expe…
-
I built a Docker image of Maxima-Jupyter from GitHub, editing the `Dockerfile` to have pacman install help files.
`RUN sed -i '/^NoExtract.*usr\/share\/info/d' /etc/pacman.conf`
I can use the `d…
-
All cool kids on the block now have their own package manager. It is even reflected in this answer to StackOverflow question [How often is Prolog/ASP used in non-research areas?](https://cs.stackexcha…
-
Thanks for this great library, Why do not add this library to quicklisp?
It's a nice library, that could be use with common lisp without interfacing BLASS and LAPACK, i know only this[ library](htt…
-
Unfortunately, there is currently no serious site generator based on org mode.
Most don't provide anything very different from the standard org-publish. But they carry all the same shortcomings that …
-
Hello,
I'm having problems using Geany in Clojure files with regular expression, using the #"pattern" reader macro. Sometimes the closing double quote is interpreted as an opening quote and whateve…