190k views
5 votes
Ten examples of an interpreter

User Bkausbk
by
5.9k points

1 Answer

3 votes

Answer:

Some popular examples of today's interpreters are:

  • Interpreter of Python
  • Interpreter for Ruby
  • Perl performer
  • Interpreter for PHP
  • MATLAB
  • UCSD Pascal

Step-by-step explanation:

An interpreter executes the commands directly in an object code or a machine code, written in a program or a scripting language.

The Interpreter can be referred to as system software that can read and execute the programme instead of interpreting programmes. This interpretation includes high-level source code, pre-compiled programmes and scripts.

It is important to note that the interpreter translates programme by programme line, meaning that one statement is translated on one go. This feature makes it easy for programmers to check any line on debugging but slows the whole programme running time.