You are on page 1of 1

Compilation and Scripting

You dont need to do this translation yourself.


You just have to run your code through a special
program that does it for you.
Programming languages can be split into two
distinct categories depending on how they do
this translation from code to execution.
Some are compiled languages. They use a
compiler to translate the code.
Some are scripting languages. They translate
sequentially one statement at a time using a
command interpreter.

You might also like