Infix $ operator for reducing redundant parenthesis
$ area51 add infix-dollar-reader
;; area51 add updates your .asd automatically. ;; Use the package in your code: (in-package :my-project) (infix-dollar-reader:some-function ...)