cl-rttemplate
cl-rttemplate is a quotation system which works in a similar way like the quasiquotation, but during the read-time. The homepage of project is http://ql-goheecus.goheeca.ga/lisp/cl-rttemplate/ (the old site is: http://lisp.hyperprostor.g6.cz/lisp/cl-rttemplate/). It's released in the public domain.

Usage

Enable the syntax by:
(cl-rttemplate:enable-syntax)
or:
(rtt:enable-syntax)

Topics: language extension