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
2020-06-28T14:02:17.411Z

🙂

sveri 2020-06-28T15:52:16.412200Z

Would it make sense to incorporate alpha 2 into a new project? All the documentation I can find right now is the differences to alpha 1. Is it enough to read the docs for alpha 1 and the differences page?

alexmiller 2020-06-28T15:53:16.412600Z

No, you should not use it yet

alexmiller 2020-06-28T15:53:35.413Z

Unless you enjoy bugs and breaking changes

sveri 2020-06-28T15:55:03.413400Z

Ok, good to know, thank you @alexmiller

alexmiller 2020-06-28T15:57:27.413900Z

There are docs at https://clojure.github.io/spec-alpha2/ btw

sveri 2020-06-28T16:00:11.415400Z

Honestly, when looking at a library I always look at a high level doc first instead of api documentation. On the other hand, that api doc is very exhaustive 🙂

sveri 2020-06-28T16:00:15.415600Z

So thanks for the pointer