lisp-executable

Simplified BSD License variant

Library for defining and creating executables that can be called from the Unix shell.

$ area51 add lisp-executableコピー

使い方

;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(lisp-executable:some-function ...)