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
ikitommi 2020-02-15T07:45:28.225400Z

Here issue related to metadata: https://clojure.atlassian.net/plugins/servlet/mobile?originPath=%2Fbrowse%2FCLJ-1965#issue/CLJ-1965

ikitommi 2020-02-15T07:46:23.226300Z

There is also spec-tools, which has a wrapper record for specs, which can hold extra (meta-)data.

Eddie 2020-02-15T20:08:04.229Z

Does anybody know of a java-time LocalDate generator? My search came up empty.. I am fine with implementing my own, but it seems like something that probably exists.

Eddie 2020-02-17T18:24:28.236700Z

Thanks, thats what I ended up doing. :thumbsup:

dominicm 2020-02-15T21:18:13.229100Z

I used a few number generators.

dominicm 2020-02-15T21:18:23.229300Z

Using gen/let