TinyPy
A minimalist implementation of Python in 64k of code; implemented in C.
TinyPy is an implementation of Python.
Other implementations of Python.
Its stated feature list includes:[1]
- 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