Skip to main content

Common Lisp Docs

How To Contribute

Please just do a regular contribution on our GitHub Repository.

Note that for the Technical Reference we have a different repository.

Please see this page for What To Contribute To The Technical Reference.

What To Contribute

Any explanations and writing that you write yourself, or you have the copyright to use.

If you add material someone else wrote for which you have permission, please add a note like you can see in this example.

The main thing to contribute to the main docs right now is on the Tutorial.

We also need help writing the Getting Started, FAQs, and the Why Lisp pages for beginners and CTOs.

Please feel free to fill the pages with content. Ideally it should be example driven to make it beginner friendly and interactive. We can get inspiration for writing user friendly tutorials from other languages, however be careful to not follow them to closely as to not violate any copyrights and to also make the tutorial appropriate for Common Lisp.

Project Source

The project is written in Extended Markdown Syntax.

First see the regular Markdown Syntax. Markdown is very similar to simple text. In Extended Markdown <, >, {, and } are reserved and you can use React. For any other details see the link.