Jakub Gustak wrote: > This is last scheme status report during SoC. So I will sum things up > in the end. > > Summarization: > * Interactive interpreter (not RPythonic) lang/scheme/interactive.py > * Can be translated using: translation/goal/targetscheme.py > > PyPy Scheme Interpreter features: > * uses rpythonic packrat parser > * every "syntax" definitions are implemented > * quotations and quasi-quotations > * delayed evaluation > * proper tail-recursion > * hygienic macros > * partly working continuations (some macros are not continuations friendly > yet). > * no dynamic-wind procedure > > >
I would say congratulations! (Although I don't know scheme that much to be able to evaluate this, even positively) Cheers, fijal :. _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
