On Wednesday 30 Sep 2009 6:52:10 pm Prem Kurian Philip wrote: > A compiler is required to create the machine code just once - while an > interpreter will need to do this every time a script is done - unless you > are using pre-compilation.
unless you change the code, python uses precompiled code - so the interpreter does all the hard work only the first time it is run -- regards kg http://lawgon.livejournal.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
