The library consists of
- a language for defining programs that accept command line arguments.
- the ability to automatically generate an executable for a defined program.
- an ASDF:COMPONENT so that executables can be built using an ASDF:OPERATION.
Automatic executable creation has been implemented for SBCL, ECL, CLISP, CCL and CMUCL.
Homepage: https://github.com/markcox80/lisp-executable
License: BSD license