buildapp

BSD

Buildapp is an application for SBCL and CCL that configures and saves an executable Common Lisp image or non-executable core.

$ area51 add buildappコピー

使い方

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