Fork me on GitHub
#clojure-spec
<
2018-10-29
>
jaihindhreddy-duplicate16:10:56

Alex Miller commented on a podcast about making specs more data oriented. Can't wait to see what's cookin' at Cognitect!

domkm13:10:15

Has there been any thought/discussion about clojure.spec for directed graph validation? The problem we're running into is that some edges are required and that causes validation to never terminate due to cyclic validations. It would be interesting if there were a way to make required validation respect s/*recursion-limit*.