Pergunta de entrevista da empresa SpaceX

Difference between compiled and interpreted language.

Resposta da entrevista

Sigiloso

8 de jul. de 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.