Dear fellow Clojurians,

I just released ClojureCheck 2.0 into the wild. It is a clojure.test extension 
that allows to generate input data of a desired structure to test code with 
random input. It is similar to fact[1] or Haskell's QuickCheck[2]. I wrote a 
short introductory blog post with a example. Not necessarily a good one, but it 
should show the look'n'feel of the library: 
http://kotka.de/blog/2010/06/ClojureCheck_is_back.html

ClojureCheck is available from Clojars as [clojurecheck "2.0.0"]. The source is 
available at http://bitbucket.org/kotarak/clojurecheck.

Please feel free to try and test it. In particular I'd appreciate feedback 
concerning the API.

Sincerely
Meikel

[1]: http://github.com/weavejester/fact
[2]: http://en.wikipedia.org/wiki/QuickCheck

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to