May 27, 2008
Nick B:
> Does anyone have an interest in this area on this newsgroup ?

I think D may enjoy a QuickCheck-like unit testing system:
http://www.foomongers.org.uk/videos/spj-typedriventestinginhaskell.html
http://www.cs.chalmers.se/~rjmh/QuickCheck/
Partial Python version:
http://www.accesscom.com/~darius/software/clickcheck.html
A Java version shows that something similar may be possible for D too:
http://reductiotest.org/

Bye,
bearophile
May 29, 2008
bearophile wrote:
> Nick B:
>> Does anyone have an interest in this area on this newsgroup ?
> 
> I think D may enjoy a QuickCheck-like unit testing system:
> http://www.foomongers.org.uk/videos/spj-typedriventestinginhaskell.html
> http://www.cs.chalmers.se/~rjmh/QuickCheck/
> Partial Python version:
> http://www.accesscom.com/~darius/software/clickcheck.html
> A Java version shows that something similar may be possible for D too:
> http://reductiotest.org/
> 
> Bye,
> bearophile


Thanks to bearophile and the others for their post on this subject.


NickB