# Template.CommonLisp

This is a template for Common Lisp systems.

It contains only the basics:
- System/package definitions
- Testing suite (using 5am)
- Makefile for compiling executable


## Usage

Modify the following files:
- README.md
- Makefile
- SYSTEM.asd
- src/SYSTEM.lisp
- test/SYSTEM-test.lisp

Do the following:
- Replace any instance of the word SYSTEM with the name of the system/project
- Fill out the headers in each file (Filename, description, AUTHOR)


## Notes

- This template assumes that Quicklisp is installed to `~/lisp/quicklisp/`.