Ambit 0.11 Released

ambit version 0.11 has been released!

Ambit is a ruby non-deterministic programming system with backtracking
and
branch cut.

Changes:

0.11 / 2012-10-12

  • Additional documentation on side effects and rewinding.

  • Fixed Ambit::trace and Ambit::untrace to work as described in the
    docs.
    This breaks the (undocumented) ability to turn on tracing
    generator-by-generator, but buys the ability to trace operation of the
    anonymous generator used by Ambit::choose.