reader-interception

MIT

Intercept the reader to replace CL syntax with your own

$ area51 add reader-interceptionCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(reader-interception:some-function ...)