On Tuesday, 22 November 2011 12:26:54 UTC+5:30, Andrzej wrote:
>
> On 11/22/2011 02:10 PM, Timothy Baldridge wrote:
> > So I got thinking about clojure pypy tonight, and got thinking how
> > easy it would be to adapt my old code to run as a interpreter. So I
> > pulled in a few files, implemented a few methods, and I have prototype
> > running (+ 1 2)  as interpreted lisp code.
> >
> > I slapped it up on github...it's ugly, but it's a start:
> > https://github.com/halgari/clj-pypy
>
> Timothy, you may want to have a look at my "Scheme in Python" 
> interpreter. There might be some overlaps. The difference is of course 
> that Scheme requires the interpreter to by fully tail recursive so 
> you'll see trampolining and continuations all over the code.
>
Many might not be aware there is actually an early version of a scheme 
implementation in the pypy repository itself 
https://bitbucket.org/pypy/lang-scheme/src/84d83d4e7639/scheme 

Dhananjay

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to