tinypy is a minimalist implementation of python in 64k of code
tinypy includes a whole heap of features:
- 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
- classes and single inheritance
- functions with variable or keyword arguments
- strings, lists, dicts, numbers
- modules, list comprehensions
- exceptions with full traceback
- some builtins
- batteries not included -- yet
What more could you possibly want??
a pony?