Quicklisp is a library manager for Common Lisp. It works with your existing Common Lisp implementation to download, install, and load any of over 1,500 libraries with a few simple commands.
Quicklisp is a library manager for Common Lisp. It works with your existing Common Lisp implementation to download, install, and load any of over 1,500 libraries with a few simple commands.
To install cl-quicklisp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cl-quicklisp
To see what files were installed by cl-quicklisp, run:
port contents cl-quicklisp
To later upgrade cl-quicklisp, run:
sudo port selfupdate && sudo port upgrade cl-quicklisp
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.