reader-interception
Intercept the reader to replace CL syntax with your own
$ area51 add reader-interceptionコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(reader-interception:some-function ...)Intercept the reader to replace CL syntax with your own
$ area51 add reader-interceptionコピー;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(reader-interception:some-function ...)