Creates standalone executables from Common Lisp code using SBCL
Creates executables with SBCL
buildapp$ buildapp --load myprogram.lisp --entry mypackage:main --output myprogram$ buildapp --load file1.lisp --load file2.lisp --asdf-tree /path/to/libs --entry app:start --output myapp$ buildapp --compress-core --load program.lisp --entry main --output executable