| A scripting language has an INTERPRETER, which is a program that interprets the instruction into something that the processor can execute at the time of execution. A compiled program, on the other hand, is executable and runs directly on the processor in binary form. Scripts can be run on every platform that has an interpreter (i.e Linux, Mac, Sun, a PDA, anything) but binary code is much faster for demanding applications. |