Link to home
Start Free TrialLog in
Avatar of James Hancock
James HancockFlag for United States of America

asked on

Is Converting Java classes to Python simple?

Hi
Maybe obvious, but Python has some things to consider.
If I convert my super awesome Java RTS server to Python, is it simply just a line for line clone?

Might Python need any double lines to truly replicate a Java action?
Is it even necessary to convert it?

Thanks
Avatar of Neil Russell
Neil Russell
Flag of United Kingdom of Great Britain and Northern Ireland image

depends entirely on your Java code to start with.  It is unlikely to be a straight swap but the complexity will all depend on the original code.
SOLUTION
Avatar of Walter Ritzel
Walter Ritzel
Flag of Brazil image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of James Hancock

ASKER

Thanks