Skip to content

fare/cl-scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cl-scripting, utilities for scripting in Common Lisp

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 Common Lisp as a Scripting Language, 2015 edition.

For examples on how I use these utilities, see fare-scripts.

Contents:

  • 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 files.

About

cl-scripting, utilities for scripting in Common Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published