auto-restart
automatically generate restart-cases for the most common use cases, and also use the restart for automatic retries
$ area51 add auto-restartコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(auto-restart:some-function ...)