infix-reader
A reader macro to allow for infix syntax with { ... }
$ area51 add infix-readerCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(infix-reader:some-function ...)A reader macro to allow for infix syntax with { ... }
$ area51 add infix-readerCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(infix-reader:some-function ...)