specter

onetom 2021-10-18T09:22:51.052Z

is there a recommended naming scheme for custom paths? eg. https://github.com/redplanetlabs/specter/wiki/List-of-Macros#path shows:

(def MY-PATH (path even?))
from which I would conclude that ALL-CAPS would signify a custom path, but that -PATH prefix feels a bit too verbose.