fare-scripts

2023-10-21

Various small programs that I write in CL in lieu of shell scripts

Upstream URL

github.com/fare/fare-scripts

Author

Francois-Rene Rideau

License

MIT
README

fare-scripts, random personal scripts

fare-scripts is a collection of small scripts I use at home. These scripts are published as examples of how to write scripts in Common Lisp, but without the ambition of turning them into widely used programs as such.

Any general purpose utilities will be moved from out of this repository into the cl-scripting project.

NB: If you want to try these scripts, be sure to install this directory where ASDF 3.1 will find it, e.g. under ~/common-lisp/ or, if you use Quicklisp, under ~/quicklisp/local-projects/. Be sure to install all the dependencies, and/or to use Quicklisp.

Contents:

Dependencies (17)

  • alexandria
  • babel
  • binascii
  • cl-launch
  • cl-mime
  • cl-ppcre
  • cl-scripting
  • cl-unicode
  • command-line-arguments
  • drakma
  • fare-utils
  • hu.dwim.stefil
  • inferior-shell
  • optima
  • slime
  • split-sequence
  • uiop

Dependents (1)

  • GitHub
  • Quicklisp