Python Compiling

Michael Hudson mwh at python.net
Mon Sep 30 05:56:52 EDT 2002


"Terje Johan Abrahamsen" <spoermeg at voldelig.com> writes:

> But, I guess my question boils down to, why is not Python a compiled
> language?

The unhelpful answer: it is!  It compiles to a high-level bytecode.
See other replies for info about compiling to a lower-level
instruction set...

Cheers,
M.

-- 
  I sense much distrust in you.  Distrust leads to cynicism, cynicism
  leads to bitterness, bitterness leads to the Awareness Of True
  Reality which is referred to by those-who-lack-enlightenment as
  "paranoia".  I approve.    -- David P. Murphy, alt.sysadmin.recovery



More information about the Python-list mailing list