are there or could there be plans to add support for inline function specs into clojure.core? Microsoft has suggested an https://devblogs.microsoft.com/typescript/a-proposal-for-type-syntax-in-javascript/, based on TS. I would really like to see something similar for clojure, could be spec or something pluggable that could be implemented with malli too. now there is the Plumatic syntax (schema+malli), ghostwheel (spec), guardrails (spec), aave (malli) and many others.
I was hoping for something more concrete, but thanks anyway 🙂
just for docs, I think the community would be eager to built actual tooling on top of that (ides, linters, instrumentation etc)
Possibly, although those specs may be a different form than what we have now