[LRUG] [ANN] heist 0.3.0 Released

James Coglan jcoglan at googlemail.com
Fri Jul 31 03:35:51 PDT 2009


heist version 0.3.0 has been released!

<http://github.com/jcoglan/heist>
Heist is a Scheme interpreter written in Ruby. It provides an executable
for running Scheme code directly, and also allows the interpreter to be
easily embedded in, and extended using, Ruby applications. It nominally
targets R5RS, though is likely to be more liberal than other
implementations.


Changes:

### Version 0.3.0 (2009-07-31)

We've got all your data types now
* Vectors are supported, including the full R5RS library, macro and
quasiquoting support
* Characters are available, including named characters (#\newline, #\space,
#\tab)
* The full R5RS character and string libraries are implemented
* Complex numbers work correctly on Ruby1.9
* Dotted tail notation properly supported in macro templates

--
James Coglan
http://jcoglan.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20090731/d0d26d1a/attachment.htm>


More information about the Chat mailing list