Depends entirely on the complexity of the Perl code. For simple scripts that I've had to make changes to, I've definitely found it easier to run through it once to convert the entire thing to Python, because the mental space you're in when converting code is very different from the one you're in when thinking about how to design it. If I have to stop at every step to puzzle out how to do something in Perl, it really slows me down, but figuring out what a bit of Perl code means and how it should be expressed in Python isn't so bad.
On 7/16/07, Jon Cosby <[EMAIL PROTECTED]> wrote:
Has anyone ever converted Perl code to Python or CSharp? Not knowing Perl is it even worth the undertaking? Jon Cosby _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
