named-read-macros
Make read macros more Lispy. Attach read macros to symbols.
$ area51 add named-read-macrosCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(named-read-macros:some-function ...)