-
This is related to [discussion on Reddit](https://www.reddit.com/r/Common_Lisp/comments/s0mtom/readingwriting_native_excel_files/?utm_source=share&utm_medium=web2x&context=3) on reading and writing Ex…
-
Here's the form in question, part of a macroexpansion of the form ```(define-simple-exporter def (var &body (&optional val docs)))``` in exporting.lisp
```
(eval-when (:compile-toplevel :load-toplev…
-
I tried installing Maxima-Jupyter using old method 2 (Maxima-Jupyter loadable source installation) and I got this message indicating that I have installed maxima-jupyter successfully.
![maxima-jupy…
-
The usual way to build common lisp apps is to build an image, so each program has its own copy of the interpreter/compiler. I did quite a bit of work to make sure my app didn't work this way, however …
-
Hi guys
I try to build svo2 in UDOO QUAD ubuntu 14.04 but i got this err:
[svo_ros] ==> '/home/udooer/svo_install_overlay_ws/build/svo_ros/build_env.sh /usr/bin/make --jobserver-fds=3,4 -j' in '…
-
```
On OpenBSD (4.8), the libSDL is not linked with pthread. SBCL : Loading stage
(require 'lispbuilder-sdl) failed :
undefined symbol pthread_create ....
So, i loaded pthread first in sbcl in a cf…
-
As of emacs 26.2 an association list combined with an if-condition fails where the face is defined. The error is:
```
Debugger entered--Lisp error: (wrong-type-argument stringp (if (eq alternative …
-
@cnickh Thanks for opening up issues. Pulled latest again.
Not totally sure, but there seems to be a paste problem in the clim version ?
I would expect the path to be lem-fork and not lem so I am …
rpx99 updated
4 months ago
-
I tried the following:
```lisp
(ql:quickload :ceramic)
(ql:quickload :ceramic-hello-world)
(ceramic:start)
(ceramic:bundle :ceramic-hello-world #P"/tmp/bla.tar")
```
I then untarred the fil…
-
Here is my view definition:
```lisp
(defclass top-item ()
((subject-type :initarg :subject-type
:col-type :text
:reader subject-type)
(subject-id :initar…