# HG changeset patch # User Paul Boddie # Date 1222023646 -7200 # Node ID 89c6daeaa02daa1c3c16de65540b5c49d5605e3c # Parent bf9474f36f3431338a3c066c36b91df7a3d345e8 Added notes about related projects. diff -r bf9474f36f34 -r 89c6daeaa02d docs/related.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/related.txt Sun Sep 21 21:00:46 2008 +0200 @@ -0,0 +1,13 @@ +Shed Skin imposes various restrictions in order to facilitate compilation to +C++: + +http://shedskin.googlecode.com/ + +RPython imposes different restrictions in order to facilitate compilation to +other languages: + +http://codespeak.net/pypy/dist/pypy/doc/coding-guide.html#restricted-python + +CapPython limits attribute access in order to facilitate code verification: + +http://mail.python.org/pipermail/python-dev/2008-September/082475.html