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-25T12:33:14.005100Z

is there a possibility that spec1 and spec2 will be bunded in the same lib and logic that was unchanged will map to the same functions (better re-use when fixing bugs, smaller byte code and native-images)?

alexmiller 2021-01-25T13:44:35.006100Z

Seems highly unlikely as all functions have changed