-
````sh
julia --lisp
````
を実行するとschemeが起動しますがこれはどうしてですか?また公式のドキュメントにありますか?
-
I've added some tracing to the function:
```
(defun poll-loop ()
(log:info "Entering Kafka poll loop")
(unwind-protect
(cffi:with-foreign-object (pollfd '(:struct pollfd))
…
-
Imported from SourceForge on 2024-07-09 11:19:44
Created by **[robert_dodier](https://sourceforge.net/u/robert_dodier/)** on 2023-12-26 17:18:33
Original: https://sourceforge.net/p/maxima/bugs/4228
-…
rtoy updated
4 months ago
-
This issue is to summarise the differences between the two. it should be added to the book as a chapter.
1. CAR/CDR of NIL fail in ML,returns NIL in CL.
2. NLAMBDA and NDEFUN are not present in CL…
-
Building with SBCL 2.4.9 / ASDF 3.3.5 for quicklisp dist creation.
Trying to build commit id 5010a7e1a2fb51fc5997115ad90a9586b2d33209
*stumpwm* fails to build with the following error:
```
Unhandle…
-
Lem has recently started hanging when loading CLOG and many many other packages even if I clear ~/.cache/common lisp.
At first I had to make sure that the cache was cleared on every restart because…
-
JONL; VRYOLD LISP
It's a TS binary. Timestamp is "68-0-0", which is not a valid date. But I guess the intent is to say it's approximately from 1968.
-
I am having a hard time getting emacs installed with Treemacs as an IDE for Clojure coding. Whatever I try Treemacs does not show, only an empty buffer is visible.
Please let me know what else I c…
-
This test now spins off and is killed.
-
Minimal test case:
```lisp
(defun foo ()
2)
'foo#|bar|
```
At least in smart mode, if you delete any of the trailing brackets, they don't come back.
I think what's happening is that p…
gilch updated
3 months ago