Python compilation ??

Frank Swarbrick infocat at earthlink.net
Tue Jul 3 22:42:17 EDT 2007


John Nagle wrote:
> Evan Klitzke wrote:
>> On 7/2/07, Cathy Murphy <cathy at nachofoto.com> wrote:
>>
>>> Is python a compiler language or interpreted language. If it is 
>>> interpreter
>>> , then why do we have to compile it?
>>
>   Iron Python compiles to Microsoft's byte code as used by their
> ".NET" common language runtime.  This is then compiled to machine
> code by a just-in-time compiler.

Does Iron Python compile to free-standing executables, or is there an 
Iron Python interpreter that is always necessary?

Frank



More information about the Python-list mailing list