[Home]Interpreted language

HomePage | Recent Changes | Preferences

Showing revision 5
An interpreted language is kind of programming language, for which program's source code is usually executed by interpreter, as opposed to being compiled by a compiler.

Many languages have both interprers? and compilers, but usually one method of use is dominant. Often there are some differences between what is allowed in interpreted and what is allowed in compiled version of language. For example compiled version might not allow eval statement, or interpreter might prohibit using [inline assembler]?.

Interpreted languages are generally slower, but can have many useful features that are difficult to implement in a [compiled language]? - for example eval statement and platform-independence?.

Some interpreted languages:

/Talk


HomePage | Recent Changes | Preferences
This page is read-only | View other revisions | View current revision
Edited December 16, 2001 4:09 am by Taw (diff)
Search: