Next: fare fare-scripts, Previous: Common Lisp as a Scripting Language 2015 edition, Up: Common Lisp Scripting and Programming [Contents][Index]
cl-scripting
is a collection of utilities for scripting in Common Lisp.
Don’t write shell scripts, write Common Lisp scripts instead! See my article.
For examples on how I use these utilities, see fare-scripts.
cl-scripting.asd
: the .asd file, which trivially uses
package-inferred-system.
failure.lisp
: recording failure of subtasks, so you can report in the end
which things went wrong in a script.
commands.lisp
: running and registering functions that may be called from
the shell command line.
cl-scripting.lisp
: one package to rule them all. Importing and reexporting
functionality from the above fil