cl-launch(1)
NAME
CL-Launch - Common Lisp program launcher and shell script generator
DESCRIPTION
CL-Launch provides a uniform way to invoke Common Lisp code from the
shell or to generate executable shell scripts from Common Lisp source
code, independently from the underlying Common Lisp implementation.
Currently supported implementations are: SBCL, CMUCL, GNU CLISP, OpenMCL, ECL, GCL, Allegro.
It will organize fasl files into a per-user, per-implementation cache,
that works well with common-lisp-controller. It can dump images for
fast startup of software. It relies on your using ASDF to specify complex Lisp systems.
- It contains its own documentation. You can view it all using the following command:
- cl-launch --more-help | less