mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
5 lines
372 B
Text
5 lines
372 B
Text
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.
|