Here is another interesting Python implementation for embedded systems: http://pymite.python-hosting.com/
PyMite is a flyweight Python interpreter written from scratch to execute on 8-bit and larger microcontrollers with resources as limited as 64 KiB of program memory (flash) and 4 KiB of RAM. PyMite supports a subset of the Python 2.5 syntax and can execute a subset of the Python 2.5 bytecodes. PyMite can also be compiled, tested and executed on a desktop computer. Tim _______________________________________________ sapug mailing list [email protected] http://mail.python.org/mailman/listinfo/sapug
