ccl icon indicating copy to clipboard operation
ccl copied to clipboard

Clozure Common Lisp

Results 186 ccl issues
Sort by recently updated
recently updated
newest added

`(typep 1 '(not (or junk junk2)))` is almost a 100 times slower compared to other invalid types: This is with Clozure Common Lisp Version 1.13 (v1.13) LinuxX8664: ``` CL-USER> (time...

``` Clozure Common Lisp Version 1.13 (v1.13-20-gcc834499) LinuxX8664 ? (funcall #.(compile nil `(lambda () ))) > Error: (# NIL NIL) can't be destructured against the lambda list (CCL::FORM &OPTIONAL CCL::NESTED-SOURCE-NOTES),...

CCL displays multiline docstrings in a single line when `describe` is called (but not when `documentation` is called). Since the usual method of looking at function documentation via C-c C-d...

"On a Mac run xcode" doesn't cut it, which is the most of what one can get out of the docs in a free minute.

There are two problems caused by not treating forms in the `tagbody` correctly. 1) `ccl:macroexpand-all` expands symbols that have a symbol-macro definition in `tagbody` when they are in the tag...

When i attempt to run echo '(rebuild-ccl :full t)' | ./lx86cl64 -n it fails I am running Ubuntu 22.04 in WSL1 ![image](https://github.com/user-attachments/assets/c293a35e-eaea-4461-886e-da754cfafd1a)