Ver Mensaje Individual
  #9 (permalink)  
Antiguo 29/08/2012, 07:48
AlvaroG
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: django + python se compila

A ver, ¿cómo que no compila? ¿y cómo llamas al proceso de convertir código fuente a bytecode?
Cita:
A compiler is a computer program (or set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language, often having a binary form known as object code)
Fuente: http://en.wikipedia.org/wiki/Compiler

Compilar no es solamente convertir a código nativo ejecutable por el procesador. Lo que hacen Python, Java e incluso los aceleradores de PHP sí es compilar.