On Thu, Mar 30, 2006 at 06:27:53PM -0800, Brett Carter wrote:
-> Rhino is a java implementation of mozilla's js engine.  Probably could
-> be easily run via exec() or better yet jython...
-> http://www.mozilla.org/rhino/
-> 
-> -Brett

Cool, thanks for the link!  There's been some progress on spidermonkey,

        http://wwwsearch.sourceforge.net/python-spidermonkey/

recently as well.

Re rhino, I think the big advantages of having a C wrapping would be
that you could make it available to all of the C-based scripting
languages (PHP, Perl, Ruby, Python, OCAML, etc.) at once.  Doing 'exec'
or jython wouldn't fit very well with twill, although since twill is
entirely Python it might actually be possible to *run* it from within
Jython... ;)

cheers,
--titus

_______________________________________________
twill mailing list
[email protected]
http://lists.idyll.org/listinfo/twill

Reply via email to