Pregunta de entrevista de SpaceX

Difference between compiled and interpreted language.

Respuesta de la entrevista

Anónimo

8 jul 2015

Compiled translates a file into another file. Most often to generate a binary file which is optimized for your architecture and fast. Interpreted is a program that reads line by line your source code and can be slower.