ccl
ccl copied to clipboard
Clozure Common Lisp
This patch represents a single changeset, developed previously under a local development branch. It's submitted here, from a patch branch under the thinkum-contrib mirror at GitHub The patch was tested,...
I was pleased that CCL was recently updated to work with Catalina; however, I now find that having updated to 10.15.4 it no longer works. Every time I fire it...
Not sure if its an issue, but clarification regarding installation process. I am trying to install clozure-cl in MacOS Catalina 10.15. downloaded the latest release 1.11.8 and using that directory...
App store version: 0.1 On startup AltConsole fails with > Error: # has no slot named GUI::PEER. > While executing: #, in process Initial(0). > Type :POP to abort, :R...
Hi, As stated in subject. The failure boils down to a confusion with `pathname-directory` on windows for the pathname `"a*x+b.rtfd"` where the Lisp string representation of this in the test...
On my Catalina system, it appears that run-program breaks if the lisp kernel binary (`dx86cl64`) is removed while the lisp is running. This comes up because `(rebuild-ccl :full t)` uses...
Hi, i was trying to install the new CCL version with roswell but its breaking it The reason was that the structure of the packaging changed CCL 1.11.8: ``` Zip...
No matter what I do I am not able to use CCL on my mac At the moment I'm running the latest version of Cataline (10.15.4 (19E266)) and yesteday I...
**Example 1** 1. Launch Clozure CL (MacOS). 1. Go to the Listener. 1. Press Command-Z (Undo). 1. BOMB **Example 2** 1. Launch Clozure CL (MacOS). 1. Go to the Listener....
The extensible sequences protocol allows users to define subclasses on the sequence type, which integrate with the rest of the sequence functions. A portability library that currently supports ABCL and...