This is my template project for Common Lisp applications.
The project includes my preferred libraries for day-by-day tasks and scripts to run the tests and build a standalone executable (SBCL).
- Clone this repository
- Run (replace
my-cl-projectby the name of your new project)
./cl-project-template/rename.sh my-cl-projectmake checkmake- jonathan: JSON encoder/decoder.
- arrow-macros: Clojure-like arrow macros.
- cl-ppcre: regular expression library that
provides very useful functions like
splitstrings. - alexandria: collection of utilities.
- let-plus: destructuring extension of
let*(Clojure-likelet). - dexador: HTTP client.
- local-time: time manipulation library.
- prove: testing framework.