micropython

docs/related.txt

229:a179262ea7c4
2009-05-29 Paul Boddie Changed RecoverFrame to actually recover the locals as the invocation frame, rather than just discard the locals. Changed AdjustFrame to work on the locals. Switched the order of the above instructions in instantiator functions. Made various tests compatible with the simple testing framework.
     1 Shed Skin imposes various restrictions in order to facilitate compilation to
     2 C++:
     3 
     4 http://shedskin.googlecode.com/
     5 
     6 RPython imposes different restrictions in order to facilitate compilation to
     7 other languages:
     8 
     9 http://codespeak.net/pypy/dist/pypy/doc/coding-guide.html#restricted-python
    10 
    11 CapPython limits attribute access in order to facilitate code verification:
    12 
    13 http://mail.python.org/pipermail/python-dev/2008-September/082475.html