First Disadvantage of Script Languages

A compiled program will run much faster when executed. This is because it has already been translated into machine language. Since the translation steps does ot need to take place every time the program is executed, it will run faster than a script that must be compiled at runtime, every single time it is run.

First
Next