Thanks!
A way to attach meta data to a spec or something similar enough ? e.g.
(s/def ^:property1 ::myspec ...)
@jasonjckn You can't add metadata to a keyword.
yah I'm aware; thanks for the reply
https://github.com/mpenet/spex is a 3rd party lib that offers meta data ; but unlikely to be maintained i'd guess
You'd be surprised ;)
In any case, it's just an atom and a couple of functions, easy to make a metadata registry of your own until core implements one