Linux command
quicklisp 命令
网络
Uses pipes, overwrite, or deletion. Check paths and options first.
命令示例
Install Quicklisp
curl -O https://beta.quicklisp.org/quicklisp.lisp && sbcl --load quicklisp.lisp
Load a system
(ql:quickload "system-name")
Search for systems
(ql:system-apropos "keyword")
Update Quicklisp
(ql:update-client)
说明
Quicklisp is a library manager for Common Lisp. It downloads, installs, and loads libraries and their dependencies automatically. It works with most Common Lisp implementations.
FAQ
What is the quicklisp command used for?
Quicklisp is a library manager for Common Lisp. It downloads, installs, and loads libraries and their dependencies automatically. It works with most Common Lisp implementations.
How do I run a basic quicklisp example?
Run `curl -O https://beta.quicklisp.org/quicklisp.lisp && sbcl --load quicklisp.lisp` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more quicklisp examples?
This page includes 4 examples for quicklisp, plus related commands for nearby Linux tasks.