clojure-spec

About: http://clojure.org/about/spec Guide: http://clojure.org/guides/spec API: https://clojure.github.io/spec.alpha/clojure.spec.alpha-api.html
borkdude 2021-01-18T15:17:27.007300Z

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?

alexmiller 2021-01-18T15:59:52.008Z

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

alexmiller 2021-01-18T16:00:08.008400Z

no plans to change anything about that

alexmiller 2021-01-18T16:00:37.008700Z

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