Fork me on GitHub
#clojure-spec
<
2021-01-18
>
borkdude15:01:27

Is the clojure.test.check lib an implementation detail of clojure.spec, or can we rely on the coupling to always to remain exist between the two?

Alex Miller (Clojure team)15:01:52

I'd say it's more than an implementation detail, it's just somewhat hidden so that it can be dynamically loaded

Alex Miller (Clojure team)16:01:08

no plans to change anything about that

Alex Miller (Clojure team)16:01:37

spec generators are test.check generators (in a thunk)