arithmetic-operators-as-words

MIT

Just simple macros that expand to the normal arithmetic operators. I personally hate using the symbols..

$ area51 add arithmetic-operators-as-wordsCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(arithmetic-operators-as-words:some-function ...)