Automated Perl to Python translation?
John J. Lee
jjl at pobox.com
Tue Sep 7 19:54:50 EDT 2004
More information about the Python-list mailing list
Tue Sep 7 19:54:50 EDT 2004
- Previous message (by thread): Automated Perl to Python translation?
- Next message (by thread): Problems with dict and C API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Stephen Ferg wrote: [...] > Does anybody know of any tools to automate (or assist) Perl to Python > translation? Perl has a notoriously hairy lexical structure. Maybe the parsing isn't much fun either. The "only perl can parse Perl" quote (Larry Wall?) springs to mind. Given that, and working on the assumption you're sufficiently insane to go through with this project <wink>, I guess you'd definitely want to do precisely that: use perl to parse the Perl code. Bon chance. [...] Maurice LING <mauriceling at acm.org> writes: > If this can be worked out, Perl/Python/Java combination is too > powerful to imagine...... :-( I don't think that's a reason for wanting a translator. If you just want to call Python from Perl, or call Perl from Python, I guess you'd use pyperl (though I don't know if it's actively maintained). John
- Previous message (by thread): Automated Perl to Python translation?
- Next message (by thread): Problems with dict and C API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list