What other libs do you know with similar examples of human care?

I really like this one (must look like, I got):

(defmacro schema-problem
  [flavor actual]
  `(str "#vase/schema-tx must look like this:\n\n"
       schema-tx-usage
       "\n\n"
       ~flavor
       "\n\n"
       "I got:\n\n"
       (pr-str ~actual)))

from

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.