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
JP Silva 2021-06-18T00:43:47.110400Z

hi folks, I'm curious about the current status of https://github.com/clojure/spec-alpha2

seancorfield 2021-06-18T00:44:18.110900Z

@jplfdsilva Not production ready. Still being designed. Has bugs.

👍 1
seancorfield 2021-06-18T00:45:10.111800Z

In particular, there’s a bunch of design work going on behind the scenes around how fdef should work/be integrated with defn etc.

JP Silva 2021-06-18T00:45:38.112400Z

@seancorfield thanks for the update

seancorfield 2021-06-18T00:45:39.112500Z

It’ll be a big improvement over Spec (1) when it is finalized though…

JP Silva 2021-06-18T00:47:05.113700Z

agreed. I just finished watching the Maybe Not talk (again) and was wondering when the new select spec op would be available.

seancorfield 2021-06-18T00:47:49.113900Z

“soon” 🙂

❤️ 3
seancorfield 2021-06-18T00:48:03.114400Z

(which, in Clojure terms, could be a while!)

😂 2
JP Silva 2021-06-18T00:49:40.115100Z

it's an amazing idea I hope other languages would follow