Scheme runtime environment in Python.
Be the first to post a text review of Scheme runtime environment in Python. Rate and review a project by clicking thumbs up or thumbs down in the right column.
* Access to variables is optimized. Lookup now uses precalculated positions of variables in the environment instead of the names. Global variables are located in a map. * Python AST as XML demonstration.
* Access to variables is optimized. Lookup now uses precalculated positions of variables in the environment instead of the names. Global variables are located in a map. * Python AST as XML demonstration.
Pysch is a Scheme runtime environment. In this release we demonstrate handling of Python AST as XML and application of the XSLT to Python AST. XSLT is indeed emulated by a SXSLT program written in Scheme, but it is not important. We also improved lookup of Scheme variables, so interpreter works 3 times faster on SXSLT code.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?