1. Home
  2. Computing & Technology
  3. Perl

Interpreted Language

From , former About.com Guide

Definition: An interpreted language is a programming language that is compiled into machine readable code at the moment it is run by the languages interpreter. Examples of interpreted languages are Perl, PHP, Ruby, and Python. If you write a program using an interpreted language, you must have the interpreter installed to run that program.

This is in contrast to a compiled language - like C, C++, or Java. These languages are pre-compiled or compiled into machine readable code once by a language compiler. This creates an executable in the machine's native language that can then be run many times.

Explore Perl
About.com Special Features

The Best Web Trends of the Decade

A look back at the best innovations, ideas and technologies over the last 10 years, More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Perl
  4. Getting Started
  5. Programming Glossary
  6. Interpreted Language

©2009 About.com, a part of The New York Times Company.

All rights reserved.