JSBridge: Powering Mozilla with Python
Date : 2008 08 08 Category : Tech & DevelopmentJSBridge is an incredibly alpha, but interesting new project, lead by Mikeal Rogers, that bridges Python and JavaScript with respect to Mozilla. It uses mozrunner, the Python library that can power Mozilla applications (e.g. Firefox).
Once you fire up jsbridge MozRepl will kick into gear, and you will be able to interact across the bridge. "This includes JavaScript < -> Python object translations and a callback mechanism for Python responses to custom events fired in the javascript environment."
Of course, this isn't related to IronMonkey the project that allows you to write Python (and Ruby and ...) on top of Tamarin.