[Home]Interpreted language

HomePage | Recent Changes | Preferences

Showing revision 4
An interpreted language is probably best defined as a programming language for which an interpreter exists but no compiler: this is likely to be a temporary situation for any language that achieves widespread use.

The source code is read in command by command by a software tool, which is called the interpreter and executed. Without the Interpreter your programs will not run. There are almost always Compilers for the language you are using.

These have the advantage of creating faster and standalone? proghrams out of your source, as the reading in and interpreting creates additional overhead, and the source code is harder to optimize.

One exception may be Euphoria which is only interpreted, but claims to be as fast as (or even faster) than traditional compiled source.

/Talk


HomePage | Recent Changes | Preferences
This page is read-only | View other revisions | View current revision
Edited December 15, 2001 10:17 pm by Hagedis (diff)
Search: