clojure-spec

Oliver George 2021-11-29T20:00:57.210500Z

Has anyone backported schema/select ideas from spec 2? I'd quite like them please.

Alex Miller (Clojure team) 2021-11-29T20:10:24.210600Z

I'm not aware of anyone that's done this, but as a warning the impl in spec 2 is pretty buggy and still a wip

kenny 2021-11-29T20:25:20.211300Z

(ish) ran out of time. Also buggy. https://github.com/ComputeSoftware/spec1-select

Oliver George 2021-11-29T23:08:47.211600Z

Thank you both.