cl

Langue: en

Autres versions - même langue

Version: July 20th, 2009 (ubuntu - 24/10/10)

Section: 1 (Commandes utilisateur)

Sommaire

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, GNU CLISP, Clozure CL, CMUCL, ECL, GCL, Allegro, LispWorks Pro.

It will organize fasl files into a per-user, per-implementation cache, that works well with common-lisp-controller. It can dump images or resume from images, for fast startup of precompiled software. It can use ASDF to specify complex Lisp systems. It integrates well with XCVB.

It contains its own documentation. You can view it all using the following command:

 cl-launch --more-help | less