Re: foo.spec?

2017-04-22 Thread Jamie English
Hi, It took a little longer than expected, but Speculation , a Ruby port of clojure.spec, is now in a good place. It has the main features of clojure.spec: validation, conforming, generation, and instrumentation. What's missing is an equivalent of `s/describ

Re: foo.spec?

2017-01-02 Thread Jamie English
On Thursday, 29 December 2016 19:14:49 UTC-8, Rich Morin wrote: > > On Thursday, December 29, 2016 at 6:24:39 PM UTC-8, Jamie English wrote: >> >> I've spent some time over the holidays working on a Ruby port of >> clojure.spec: ... >> > > I'm delight

Re: foo.spec?

2016-12-29 Thread Jamie English
Hi Rich, I've spent some time over the holidays working on a Ruby port of clojure.spec: https://github.com/english/speculation. It's early days - I've mostly implemented validation/conforming, however no data generation - but I hope to have something close to feature parity with clojure.spec w