ccl
ccl copied to clipboard
Clozure Common Lisp
I've got a class with a slot of type `(simple-array (unsigned-byte 54) (* *))` (the `54` is not a typo, I have something that needs fifty-four bits (I'm aware it'll...
The cursor is not visible in the listener and the editor (in dark mode). Found a temporary solution: force CCL to use 'white' mode from the command line. Then the...
Merge #233 fixes the MS Windows hanging problem, but is only available on master (1.12).
#233 was merged, but the new Windows binaries containing the hanging fix are not yet uploaded.
A user reported the following build error on a FreeBSD 12.1 system: ``` cc -m64 -g -fuse-ld=bfd -Wl,--export-dynamic -o ../../fx86cl64 pad.o x86-spjump64.o x86-spentry64.o x86-subprims64.o pmcl-kernel.o gc-common.o x86-gc.o bits.o x86-exceptions.o x86-utils.o...
Running macOS Catalina 10.15.3 Obtained ccl-mac-ide-1.11.8.zip from this site. The file was unzipped, installed and moved into the Applications folder without error. Opening the app triggered the following macOS display:...
``` --- ccl/doc/manual/debugging.ccldoc +++ # @@ -303,7 +303,7 @@ ") (item "{param form}" ccldoc::=> " A form to execute before, after, or around the advised - function. The form can...
I am running Version 1.11.6, built from source on my MacBook. The other UI examples work fine, but this example (the only one that shows how to input text) looks...

**attempt 1** > Error: There is no applicable method for the generic function: > # > when called with arguments: > (#) > While executing: #, in process Initial(0). >...