Grant's stuff
- Chess III Arena
- Play chess with state of the art 1999 graphics. Written in OCaml.
- Stackless Python Tutorial
- Compyler
A partially functional (aka pre-alpha) x86 native code compiler for python.
pyasm
PyASM is a dynamic x86 assembler for python. By "dynamic", I mean that it can be used to generate inline assembly functions in python at runtime without requiring object file generation or linkage.
Documentation is available in text, html, and
pdf formats.
The package can be downloaded as an excutable installer for windows,
or a source distribution in tar.gz and zip formats. Run a standard python setup.py install on the source distributions.
New in version 0.2
- Linux Support. Will work in Linux environments as well as Windows.
- Simplified Interface. You only need to use one function to generate code.
- Preliminary Documentation.
- PyXR
- Cross-referenced, pretty-printed html output of python source. Currently stuck at python 2.4 due to lack of users.
olsongt at verizon.net