Skip to content

Instantly share code, notes, and snippets.

@joekarma
Last active December 16, 2015 22:29
Show Gist options
  • Save joekarma/5506854 to your computer and use it in GitHub Desktop.
Save joekarma/5506854 to your computer and use it in GitHub Desktop.
Install every system / library / release in quicklisp. Download all the things.
(mapc #'ql::ensure-installed
(ql-dist:provided-releases
(ql-dist:find-dist "quicklisp")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment