named-readtables
Library that creates a namespace for readtables akin to the namespace of packages.
$ area51 add named-readtablesコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(named-readtables:some-function ...)Library that creates a namespace for readtables akin to the namespace of packages.
$ area51 add named-readtablesコピー;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(named-readtables:some-function ...)