On Thursday, October 23, 2014 10:04:52 AM UTC-4, Jan Stępień wrote:
I've begun to work on such a tool not long ago. Thomas Arts, who
gave a talk at
our local FP user group meetup [mλ], inspired me to try out the
approach you're
describing in Clojure. After some experimen
Oh thank goodness, I've been directing people towards the source for
test.check, which is obviously sub-optimal. Thanks for adding that!
On Fri, Oct 24, 2014 at 11:43 AM, Reid Draper
wrote:
> Hey Andy,
> I've added a link to the API documentation [1]. And I'll update Codox for
> the next versi
Hey Andy,
I've added a link to the API documentation [1]. And I'll update Codox for
the next version of test.check, hopefully to be released shortly.
[1]
https://github.com/clojure/test.check/commit/200b77bbf24b67d2904dab4d4f5722badbe8b223
Reid
On Thursday, October 23, 2014 11:44:54 PM UTC-5,
On Thursday, October 23, 2014 10:04:52 AM UTC-4, Jan Stępień wrote:
I've begun to work on such a tool not long ago. Thomas Arts, who gave a
> talk at
> our local FP user group meetup [mλ], inspired me to try out the approach
> you're
> describing in Clojure. After some experiments I got the libr
On Thursday, October 23, 2014 11:21:44 PM UTC-4, Andy Chambers wrote:
>
> On Thursday, October 23, 2014 9:23:36 PM UTC-4, tcrayford wrote:
>>
>> Hi Andy, All,
>>
>> I wrote a tool like this: https://github.com/tcrayford/laundromat
>>
>> it's super hacky, and the api is definitely in beta. I asked s
On Thursday, October 23, 2014 9:23:36 PM UTC-4, tcrayford wrote:
>
> Hi Andy, All,
>
> I wrote a tool like this: https://github.com/tcrayford/laundromat
>
> it's super hacky, and the api is definitely in beta. I asked some folk
> about reviewing this api, got little feedback, and figured it wasn't
Hi Andy, All,
I wrote a tool like this: https://github.com/tcrayford/laundromat
it's super hacky, and the api is definitely in beta. I asked some folk
about reviewing this api, got little feedback, and figured it wasn't that
much of a wanted thing after all. I still use it internally, but it's
Hi Andy,
Lately I've been exploring the world introduced to me by watching the John
> Hughes' quickcheck video from
> clojure west. Awesome stuff!
>
> Eventually I found the "testing for fun and profit"[1] paper which left me
> wanting to test my apps using
> a model based system like the paper
Hi All,
Lately I've been exploring the world introduced to me by watching the John
Hughes' quickcheck video from
clojure west. Awesome stuff!
Eventually I found the "testing for fun and profit"[1] paper which left me
wanting to test my apps using
a model based system like the paper describes. I