cl: How to update quicklisp
Table of Contents
To update quicklisp itself:
(ql:update-client :prompt nil)
To update all the projects:
(ql:update-all-dists :prompt nil)
1. Backlinks
- Common lisp (common-lisp.org)
To update quicklisp itself:
(ql:update-client :prompt nil)
To update all the projects:
(ql:update-all-dists :prompt nil)
Created: 2025-03-20 Thu 01:16