Fork me on GitHub
#clojure-spec
<
2017-07-07
>
english17:07:49

I’ve been working on a Ruby port of spec: https://github.com/english/speculation Implementation-wise it’s got all the important stuff: data validation, instrumentation and generative testing. I’m currently working on improving the docs and writing up some guides. If there are any Rubyists here jealous of clojure’s spec, I’d been keen to hear your thoughts and feedback!

jimmy09:07:07

english: hey this is amazing. It's a good lib for me to train some junior Ruby dev before converting them to Clojure completely 😄

english16:07:29

Thanks! The api is pretty much the same so transitioning should be straightforward

ghadi19:07:09

What is the farthest along library with making nice experiences for spec-based errors?