Does python always need to compile ENTIRE program before it can start to run it???

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Mon Nov 3 15:26:03 EST 2003


Christian Seberino:
>I can achieve something similar to Python's automatic compilation
>in C/C++ by making a script that compiles and runs my program like this:
>
>make ; myprogram

>From what I remember when I programmed in C, this would start a recursive
include file dependency check that, 10 minutes later, usually decided to
recompile the whole tree.

-- 
René Pijlman




More information about the Python-list mailing list