Fork me on GitHub
#malli
<
2019-11-20
>
kszabo10:11:23

Are there any plans of supporting clojure.spec1/2? The value proposition of Malli looks nice, but tooling has moved towards supporting clojure.spec and to ease adoption an iterative approach would be nice, slowly redefining existing system clojure.specs to Malli based data-oriented schemas.

miikka10:11:22

What would supporting spec mean?

miikka10:11:30

I suppose you could try to compile Malli schemata to spec-tools data specs

miikka10:11:59

In my experience, mixing clojure.spec and prismatic schema was not a big deal, though, so not sure there's big need for integration in practice.

Toni Vanhala10:11:53

> I suppose you could try to compile Malli schemata to spec-tools data specs I think the requirement was other way around “redefining existing system clojure.specs to Malli”

ikitommi10:11:23

no activities currently for the interop with spec. Feel free to suggest new tooling for this.

kszabo11:11:02

actually both directions would be great 🙂 thanks for the notice