Easy, modern and lightweight Common LISP project setup
- Make sure that you have
quicklispinstalled - Clone this repository into some
ql:*local-project-directories* - Load the library with
(ql:quickload :make-project) - Create your new project with
(prj:new :insert-awesome-project-name-here) - If you want to initialize with dependencies:
(prj:new :project-name :dep-1 :dep-2)
- ASDF (included in most implementations)
- quicklisp
- trivial-types
make-projectaddsserapeumandalexandriato all:useformsmake-projectcurrently is not onquicklisp, however this might change
new