infix-reader

Unlicence

A reader macro to allow for infix syntax with { ... }

$ area51 add infix-readerCopy

Usage

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