Antilisp

Antilisp is a meta-language designed to generate and process code in other languages through Domain-specific languages.

This allows Antilisp to be used as a preprocessor, and extend any language with new features.
The Lisp macro and extensible reader systems also allows Antilisp users to extend Antilisp itself to fit their purpose.

While it is possible to target full programming languages like C or Python, or to use Antilisp to build tooling around languages, the focus is currently on improving Antilisp itself and targeting smaller languages used in CI/CD and server configurations.

This section of the documentation covers the Antilisp language itself. The section on the Antilisp DevOps Extension covers the use of Antilisp for DevOps specifically.