-
If I understand correctly, the semaphore count can be accessed using a variation of the following:
```lisp
? (defvar *semaphore* (make-semaphore))
*SEMAPHORE*
? (ccl::semaphore-value *semaphore*…
-
The lx86cl binary (both the one in the 1.11 release archive and a locally-built one) crash on Ubuntu 17.10. The same problem seems to exist with the master branch.
Linux ubuntu 4.13.0-16-generic #…
-
```
10:21 I tracked down a weirdness that's been bugging me
for a while. I usually build a CEPL runtime,
whenever a new SBCL version appears (sounds like it
…
-
Apparently, an error in the reader on swank messages when browsing (clicking on a function name).
Otherwise, congrats, it looks really nice, I can't wait to be able to use it all the time. Thanks!…
-
- I'm on `Darwin xxx.local 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:11 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6020 arm64` and `macOS Sequioa 15.1`
- I'm starting sbcl with `sbcl …
-
```lisp
CL-USER> (lisp-implementation-version)
"Version 1.11.8 (v1.11.8-2-gd411e378) WindowsX8664"
CL-USER> (float 41107100000541273/100000000000)
411071.03
```
Hmm. If you work out the decima…
-
This is on windows 10 and ccl-1.12.1-windowsx86 and the symptoms are the same everytime.
When i start slime in emacs with M-x slime it freezes saying "Connecting to Swank on port 1667.."
if I Pres…
-
```
What steps will reproduce the problem?
1. load the lispbuilder-sdl-examples asdf package.
2. Call the circle-2 function.
What is the expected output? What do you see instead?
Expected output is…
-
Corman 3.1.2:
```
(make-instance 'standard-method :lambda-list '(foo)
:function #'(lambda (foo) foo))
;;; An error of type SIMPLE-ERROR was detected in function STD-SLOT-VALUE:
;…
j3pic updated
5 years ago
-
I've started an initiative to consolidate CL libraries.
http://fare.livejournal.com/169346.html
I believe that these days, inferior-shell is the best featured player in this field. Can we work togeth…
fare updated
12 years ago