Frage im Vorstellungsgespräch bei SpaceX

Difference between compiled and interpreted language.

Antwort im Vorstellungsgespräch

Anonym

8. Juli 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.