Hi friends,

 TinyPy is a small implementation of python (less than 64K of code). Though it is this small, we can run even the pygames using it (provided we have built the pygame module for tinypy).


TinyPy can be downloaded from http://www.tinypy.org/downloads.html.
Some features of TinyPy are:

    * parser and bytecode compiler written in tinypy
    * fully bootstrapped
    * luaesque virtual machine with garbage collection written in C
      it's "stackless" sans any "stackless" features
    * cross-platform :) it runs under windows / linux / macosx
    * a fairly decent subset of python
          o classes and single inheritance
          o functions with variable or keyword arguments
          o strings, lists, dicts, numbers
          o modules, list comprehensions
          o exceptions with full traceback
          o some builtins

Regards,


Maxin B. John
http://maxinbjohn.blog.com/


Sent from Yahoo! Mail.
A Smarter Email.
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to