Definition: Compilation is the process of translating source code into an object program, which is composed of machine instructions along with the data needed by those instructions. Virtually all of the software on your computer was created by this process.
Compiled programs (Delphi applications for example) run faster then "interpreted" - which is the line-by-line translation of source code to machine instructions (Visual Basic applications for example).
