<html> <h2>tinypy is a minimalist implementation of python in 64k of code</h2> <a href=„http://www.imitationpickles.org/gallery/1078006767“><img src=„http://www.tinypy.org/images/cuzco.jpg“ align=„right“ alt=„Cuzco the Goat is the tinypy mascot“ title=„Cuzco the Goat is the tinypy mascot“/></a> <p>tinypy includes a whole heap of features:</p> <ul><li>parser and bytecode compiler written in tinypy</li> <li>fully bootstrapped</li> <li>luaesque virtual machine with garbage collection written in C<br/><em>it's „stackless“ sans any „stackless“ features</em></li> <li>cross-platform :) it runs under windows / linux / macosx</li> <li>a fairly decent subset of python <ul><li>classes and single inheritance</li> <li>functions with variable or keyword arguments</li> <li>strings, lists, dicts, numbers</li> <li>modules, list comprehensions</li> <li>exceptions with full traceback</li> <li>some builtins</li> </ul></li> <li>batteries not included – <em>yet</em></li> </ul><h2>What more could you possibly want??</h2> <p><em>a pony?</em></p> </html>