Advice on translating code from very unrelated languages (in this case Scheme to Python)?
Posted
by Michael
on Stack Overflow
See other posts from Stack Overflow
or by Michael
Published on 2010-05-23T20:29:44Z
Indexed on
2010/05/23
20:30 UTC
Read the original article
Hit count: 169
Reasoning: I'm trying to convert a large library from Scheme to Python
Are there any good strategies for doing this kind of conversion? Specifically cross-paradigm in this case since Python is more OO and Scheme is Functional.
Totally subjective so I'm making it community wiki
© Stack Overflow or respective owner