ugly-tiny-infix-macro
A tiny and simple macro to allow writing binary operations in infix notation
$ area51 add ugly-tiny-infix-macroCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(ugly-tiny-infix-macro:some-function ...)