Difference between compiled and interpreted language.
Anonymous
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.
Check out your Company Bowl for anonymous work chats.