heist version 0.3.0 has been released!<br><br><<a href="http://github.com/jcoglan/heist">http://github.com/jcoglan/heist</a>><br>Heist is a Scheme interpreter written in Ruby. It provides an executable<br>for running Scheme code directly, and also allows the interpreter to be<br>
easily embedded in, and extended using, Ruby applications. It nominally<br>targets R5RS, though is likely to be more liberal than other implementations.<br><br><br>Changes:<br><br>### Version 0.3.0 (2009-07-31)<br><br>We've got all your data types now<br>
* Vectors are supported, including the full R5RS library, macro and quasiquoting support<br>* Characters are available, including named characters (#\newline, #\space, #\tab)<br>* The full R5RS character and string libraries are implemented<br>
* Complex numbers work correctly on Ruby1.9<br>* Dotted tail notation properly supported in macro templates<br><br>--<br>James Coglan<br><a href="http://jcoglan.com">http://jcoglan.com</a><br>