# HG changeset patch # User Paul Boddie # Date 1384517730 -3600 # Node ID 11e442323fc68e3af3bd437f0ddd7327e88f316a # Parent 953b4e8c950f7b4b736f0551e98ba6825fa40b69 Updated PySonar information; added Micro Python information. diff -r 953b4e8c950f -r 11e442323fc6 docs/related.txt --- a/docs/related.txt Fri Nov 01 12:16:08 2013 +0100 +++ b/docs/related.txt Fri Nov 15 13:15:30 2013 +0100 @@ -32,10 +32,14 @@ http://yinwang0.wordpress.com/2010/09/12/pysonar/ http://yinwang0.wordpress.com/2013/06/21/pysonar-slides/ -A reimplementation of PySonar by the same author has also been made available: +A reimplementation of PySonar by the same author has been made available: https://github.com/yinwang0/mini-pysonar +The second version of PySonar has also been made available: + +https://github.com/yinwang0/pysonar2 + CapPython limits attribute access in order to facilitate code verification: http://mail.python.org/pipermail/python-dev/2008-September/082475.html @@ -68,3 +72,12 @@ "The P3 Compiler: compiling Python to C++ to remove overhead" http://www.cs.columbia.edu/~aho/cs6998/reports/12-12-11_Pochtar_P3Compiler.pdf + +Micro Python appears similar to python-on-a-chip/PyMite but apparently employs +a compiler to generate code that uses unboxed integers and method references +that resemble the context-plus-value references used in this project, as well +as supporting low-level execution semantics and inline assembly language: + +http://micropython.org/ +http://www.kickstarter.com/projects/214379695/micro-python-python-for-microcontrollers +http://code.google.com/p/python-on-a-chip/