arithmetic-operators-as-words
Just simple macros that expand to the normal arithmetic operators. I personally hate using the symbols..
$ area51 add arithmetic-operators-as-wordsCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(arithmetic-operators-as-words:some-function ...)