From 6ad840ed600bebfe4801b045a2bb24abb848b54e Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Sun, 27 Oct 2024 22:15:12 -0400 Subject: Add everything I've already been working on a CL template. Just add the fucker. --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..abc797c --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# 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/`. -- cgit v1.2.3