Python code is compiled before execution

Grant Edwards grant.b.edwards at gmail.com
Tue Oct 11 12:31:42 EDT 2016


On 2016-10-11, Pierre-Alain Dorange <pdorange at pas-de-pub-merci.mac.com> wrote:

> For my part, i differenciate a strict compilation (ie. C) from a
> translation into byte-code (ie. Python).

FWIW I've seen C compilers that produced byte-code.  They allowed for
a highly interactive developemnt environment.

-- 
Grant Edwards               grant.b.edwards        Yow! One FISHWICH coming
                                  at               up!!
                              gmail.com            




More information about the Python-list mailing list