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
misha 2020-07-02T08:36:46.430700Z

not gonna: • complicates lib code • less granular spec errors • less similar to source json-schema, so when(if) you gonna debug things – you will have to recalculate another transformation in your mind

vemv 2020-07-02T19:03:32.431600Z

https://clojuredocs.org/clojure.spec.alpha/int-in

1👍