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-project
by the name of your new project)
./cl-project-template/rename.sh my-cl-project
make check
make
- jonathan: JSON encoder/decoder.
- arrow-macros: Clojure-like arrow macros.
- cl-ppcre: regular expression library that
provides very useful functions like
split
strings. - alexandria: collection of utilities.
- let-plus: destructuring extension of
let*
(Clojure-likelet
). - dexador: HTTP client.
- local-time: time manipulation library.
- prove: testing framework.