-
Current Lisp systems do not support the development and debugging capabilities of Medley. With full ANSI support, it would be possible to develop Common Lisp applications in Medley and deploy them on…
-
I know I should have install LLVM9. But On my distro(Arch Linux) I have to recompile the compiler from source, which would take a long time.
Possible solutions would be ship it with libllvm9.so o…
-
``` cl
(defparameter *sec*
(make-section (list (make-text "title"))
:children (list (make-text "hello"))
:reference nil :metadata nil))
(defparamet…
-
When I try to read a simple file (via sbcl kernel) such as [this](https://github.com/fredokun/cl-jupyter/files/500082/test.txt) one, using the following code:
``` lisp
(with-open-file (stream "~/test…
-
When trying to run this code (which is just one of the demos from the tutorial) from within SLIME in Emacs, the program aborts with a DIVISION-BY-ZERO signal.
``` common-lisp
(eval-when (:compile-top…
plops updated
2 years ago
-
I haven't found a reliable recipe to reproduce the issue consistently but it seems that the error is raised when Nyxt quits in the midst of JS execution.
```log
Backtrace for: #
0: ((LAMBDA NIL…
aadcg updated
8 months ago
-
Imported from SourceForge on 2024-07-06 10:06:26
Created by **[ejbarth](https://sourceforge.net/u/ejbarth/)** on 2022-02-21 16:11:32
Original: https://sourceforge.net/p/maxima/bugs/3947
---
A studen…
rtoy updated
4 months ago
-
# Compile Time Type Checking in Common Lisp - Lisp journey
We often hear that Common Lisp is dynamically typed, which is not wrong, but that leads to the belief that Lisp is as bad as Python concerni…
-
According to the documentation, `--batch` makes CCL exit on stdin EOF.
Running:
ccl --no-init --batch --quiet --eval '(format t "Hello world!~%")'
Leads to CCL printing the message correc…
-
The clim-listener (and I believe all stream-panes) don't support read-char, write-char and peek-char.
Peek-char calls sb-gray:: stream-peek-char (at least in sbcl), but there is no class that han…