cl-atelier
2024-10-12
No Description
Atelier – Atelier for Lisp developers
The atelier for Lisp developers is providing useful tools for Lisp developpers such as project templates and a linter.
This software is Copyright © 2017–2023 Michaël Le Barbier and is distributed under the terms described in the LICENSE file.
Introduction
Example how to create a new Lisp project
(org.melusina.atelier:new-lisp-project #p"~/Lisp/atelier/" :copyright-holder "Michaël Le Barbier" :copyright-year "2023" :project-filename "org.melusina.atelier" :project-name "Atelier" :project-description "An Atelier for Lisp developers" :project-long-description #.(concatenate 'string "The atelier for Lisp developers is providing useful tools " "for Lisp developpers such as project templates and a linter.") :homepage "https://github.com/melusina-org/cl-atelier" :license :mit)