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
adam 2020-06-10T14:49:09.250700Z

I am trying to validate a server-side form with spec (so Clojure not ClojureScript) and I am a little lost about where to start to formulate human readable error messages. Is https://github.com/alexanderkiel/phrase the de-facto library for that?

avi 2020-06-11T14:10:23.252200Z

I’ve always used expound for that