Re: Incrementally converting a C app to Python

2006-05-10 Thread Nick Craig-Wood
BJörn Lindqvist <[EMAIL PROTECTED]> wrote: > Hello. At work I'm the sole maintainer and developer of a medium sized > ~50k line C application. The lion share of this app was written before > my time so it is pretty hard to read and also contain lots of bugs. > I'm contemplating converting the p

Re: Incrementally converting a C app to Python

2006-05-09 Thread G. Monzón
Hi Bjorn, I think the best approach is highly-dependent to your current C application design and "way of doing things". For a type of application you would take the opposite path than for other I thought. Yes I did that one time, but I re-coded all from scratch... and since that I usually do in r