SpaceX Interview Question

Difference between compiled and interpreted language.

Interview Answer

Anonymous

Jul 8, 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.