Fork me on GitHub
#clojure-spec
<
2022-03-11
>
ikitommi08:03:44

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.

👍 4
👀 1
clojure-spin 2
ikitommi08:03:08

just for docs, I think the community would be eager to built actual tooling on top of that (ides, linters, instrumentation etc)

Alex Miller (Clojure team)13:03:33

Possibly, although those specs may be a different form than what we have now

ikitommi09:03:57

I was hoping for something more concrete, but thanks anyway 🙂