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
Jakub Holý 2020-11-11T17:10:37.347300Z

What is the state of / plan for Spec 2? Or is there I can check for the answers? 🙏

seancorfield 2020-11-11T17:23:17.347900Z

@holyjak It's still in the design phase -- Rich is rethinking the whole function spec thing, as far as I can tell from comments Alex has made.

😿 1
seancorfield 2020-11-11T17:23:38.348300Z

So it's still very alpha and subject to (a lot of) change.

Jakub Holý 2020-11-11T17:24:10.349200Z

thank you!

seancorfield 2020-11-11T17:24:31.349700Z

I'm chomping at the bit to use it -- for a while I had a branch of our code at work tracking Spec 2 but it just had too much churn and too many bugs to keep up with it, so I abandoned that branch after several months.

seancorfield 2020-11-11T17:24:57.350300Z

It definitely has some nice usability improvements in it, and the whole schema/`select` thing is much better than keys

alexmiller 2020-11-11T18:20:52.350500Z

sorry, don't have any concrete plan

alexmiller 2020-11-11T18:21:06.350800Z

it continues to get slices of attention is about all I can tell you :)

borkdude 2020-11-11T18:42:53.351300Z

Without encouraging more delay, I must say I kind of envy the patience that Rich has before releasing anything ;)

💪 2