
Examples of interpreted languages are Perl, Python and Matlab.Following are some interesting facts about interpreters and compilers.1) Both compilers and interpreters covert source code (text files) into tokens, both may generate a parse tree, and both may generate immediate instructions.

Examples of compiled programming languages are and.An directly executes instructions written in a programming or scripting language without previously converting them to an object code or machine code.

The object code is also refereed as binary code and can be directly executed by the machine after linking.

Compiler and Interpreter are two different ways to execute a program written in a programming or scripting language.A takes entire program and converts it into object code which is typically stored in a file.
