Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ライブラリが Quicklisp によってロードされるときに、ライブラリを自動的にパッケージロックできますか? すべてのパッケージをロックしたい。これはできますか?
既存のすべてのパッケージをロックするには、次のように呼び出します。
(dolist (package list-all-packages) (sb-ext:lock-package package))