Changeset [c29ad86edfb992056dbc4b9f1c10f909149abe04] by Paul Davis
May 11th, 2009 @ 09:21 PM
Updated the README. Thanks Mark Lee.
Committed by Paul Davis
- M README.md
- M THANKS
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Python/JavaScript bridge module, making use of Mozilla's spidermonkey JavaScript implementation. Allows implementation of JavaScript classes, objects and functions in Python, and evaluation and calling of JavaScript scripts and functions respectively. Borrows heavily from Claes Jacobssen's Javascript Perl module, in turn based on Mozilla's 'PerlConnect' Perl binding.