Translating Javascript programs to python.

supercoder supercrazy74 at gmail.com
Wed Aug 23 03:36:11 EDT 2006


Vyz wrote:
> Hi,
> I have a script with hundreds of lines of javascript spread accross 7
> files. Is there any tool out there to automatically or
> semi-automatically translate the code into python.
>
> Thanks
> Vyz

Not a tool, but assuming the javascript is not too complex you could
interpret some of it using python and the CGI module.

But really, what would be the use?




More information about the Python-list mailing list