Object language
Appearance
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.