Jump to content

Object language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 212.241.111.163 (talk) at 10:35, 23 December 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Mainly used in computer sience.

For programming you need languages. They are differenced by the more machine like code. For example Assembler is more machine like than C. Each language itself will be translated to a more machine like code by the compiler or interpreter.

The language the programmer is writing in is called Objectlanguage and all other languages which are 'under' it are called Metalanguages.