in reply to Re^2: Has anyone attempted to create a PHP to Perl converter?
in thread Has anyone attempted to create a PHP to Perl converter?

Do you see a way to deal with PHP-extensions written in C?

See PHP, https://github.com/kvz/phpjs, https://github.com/Danack/PHP-to-Javascript,

Translating from one language to another is just PITA, especially if they have different semantics

It never includes translating the libraries; parsing the language is always the easiest part

  • Comment on Re^3: Has anyone attempted to create a PHP to Perl converter?