1. 23
  1.  

  2. 2

    Interesting. Do any other languages have a similar tool?

    1. 3

      Someone from QuviQ has been using Quickcheck to test the Erlang compiler:

      http://erlang.org/pipermail/erlang-bugs/2014-March/004168.html

      1. 1

        I wonder how difficult something like this is to do properly. I’d like to try it.