On Aug 4, 2012, at 2:40 AM, Giorgio Valoti wrote:
> This package seems very useful and I was wondering what is the relation with Midje, if any. Do you have any plans to fold Peano back into Midje?
I wrote this up as a proof of concept and to give me a better (more compelling) example of logic programming to use in my Software Craftsmanship North America talk.
I think Peano is a good idea -- I sure wish I'd had it on the last two Rails projects I've been working on -- but it won't go any further until and unless I get some Clojure work that needs something like it.
I'd be reluctant to put it in Midje core mainly because it doesn't work "out of the box". In order to use it on your own data, you have to write "selector and generator" code that isn't trivial.