| |
| | Python Entry at ICFP'98 Contest (Site not responding. Last check: 2007-10-24) |
 | | All in all, it is unclear the use of the TsumeGo code itself was very beneficial ; but in anycase the general framework (GNUmakefile.python, set of rules for compiling from *.i to python modules) based on SWIG, and previous experience about SWIG, was very useful. |
 | | The TsumeGo base program had this intermediate class of code both in Python and recoded in C++ (with a speedup between 3 to 10) ; and I initially planned to do the same for Cobra. |
 | | In reality, because of time mismanagement, the result was that I coded half of the intermediate code in C++ and half in Python, resulting in gaining the drawbacks of both: C++ slowness of development/maintenance and complexity (for hash-tables, lists, and object lifetime management), and slowness of Python interpreter. |
| starship.python.net /crew/adjih/pousse (1876 words) |
|