Clozure CL is an open source Common Lisp implementation. Clozure CL used to be called OpenMCL. It is also sometimes called CCL. You will see the three names being used interchangeably.
Clozure CL is an open source Common Lisp implementation. Clozure CL used to be called OpenMCL. It is also sometimes called CCL. You will see the three names being used interchangeably.
To install ccl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ccl
To see what files were installed by ccl, run:
port contents ccl
To later upgrade ccl, run:
sudo port selfupdate && sudo port upgrade ccl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.