Converting Pascal syntax to Python

robert no-spam at no-spam-no-spam.com
Wed Oct 25 19:42:11 EDT 2006


I want to convert some algorithms from a Pascal dialect to Python.  (Not embedding, but code itself)

Its mainly only math and function calls and simple array access but lengthy. 
Think Pascal is quite simlar/simpler in logic for that kind of stuff (in comparison to C/C++), so maybe quite simple syntax translation would help.
Is there a tool or script around which can help at least to save most of typing work?

-robert



More information about the Python-list mailing list