ambit version 0.10.1 has been released!
This is a documentation-update only release, due to a reorganization of
my Github repos in preparation for two new gem releases in the next few
weeks.
* <https://github.com/jimwise/ambit>
* <Author:: Jim Wise (mailto:jwise@draga.com)>
* <Copyright:: Copyright (c) 2011 Jim Wise>
* <License:: 2-clause BSD-Style (see LICENSE.txt)>
This is an all-ruby implementation of choose/fail nondeterministic
programming with branch cut, as described in Chapter 22 of Paul Graham's
<em>On Lisp</em>[1], or Section 4.3 of <em>SICP</em>[2].
Due to Ruby containing a true call/cc, this is a much straighter port of
Paul Graham's scheme version of this code than his Common Lisp or my C
versions are. 
Changes:
### 0.10.1 / 2011-04-26
* Updated repo path -- no functional change.
···
--
Jim Wise
jwise@draga.com