lisp-executable
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 ...)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 ...)