← 返回命令列表

Linux command

quicklisp 命令

网络

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

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.