[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Heist: a Scheme interpreter in Ruby

James Coglan

2/25/2009 12:20:00 AM

[Note: parts of this message were removed to make it a legal post.]

Hi all,

Just a quick announcement that I've just released the first alpha version of
Heist, a Scheme interpreter in Ruby. It's currently fairly
arithmetic-focused, but it also has runtime support for some of the more
tricky stuff like tail recursion, macros and first-class continuations. More
info on my blog, and on Github:

http://blog.jcoglan.com/2009/02/25/announcing-heist-a-new-scheme-implementation-writte...
http://github.com/jcog...

Feedback very much appreciated. I know people are forking it already, and
while this is very gratifying I should point out I'm currently not accepting
patches as I'm writing this mostly for my own education. Implementation
advice and literature will be very gratefully received, however.

--
James Coglan