Metalanguage


In logic and linguistics, a metalanguage is a language used to describe another language, often called the object language. Expressions in a metalanguage are often distinguished from those in the object language by the use of italics, quotation marks, or writing on a separate line. The structure of sentences and phrases in a metalanguage can be described by a metasyntax.

Types

There are a variety of recognized metalanguages, including embedded, ordered, and nested metalanguages.

Embedded metalanguage

An embedded metalanguage is a language formally, naturally and firmly fixed in an object language. This idea is found in Douglas Hofstadter's book, Gödel, Escher, Bach, in a discussion of the relationship between formal languages and number theory: "... it is in the nature of any formalization of number theory that its metalanguage is embedded within it."
It occurs in natural, or informal, languages, as well—such as in English, where words such as noun, verb, or even word describe features and concepts pertaining to the English language itself.

Ordered metalanguage

An ordered metalanguage is analogous to an ordered logic. An example of an ordered metalanguage is the construction of one metalanguage to discuss an object language, followed by the creation of another metalanguage to discuss the first, etc.

Nested metalanguage

A nested metalanguage is similar to an ordered metalanguage in that each level represents a greater degree of abstraction. However, a nested metalanguage differs from an ordered one in that each level includes the one below.
The paradigmatic example of a nested metalanguage comes from the Linnean taxonomic system in biology. Each level in the system incorporates the one below it. The language used to discuss genus is also used to discuss species; the one used to discuss orders is also used to discuss genera, etc., up to kingdoms.

In natural language

Natural language combines nested and ordered metalanguages. In a natural language there is an infinite regress of metalanguages, each with more specialized vocabulary and simpler syntax.
Designating the language now as, the grammar of the language is a discourse in the metalanguage, which is a sublanguage nested within.
Since all of these metalanguages are sublanguages of, is a nested metalanguage, but and sequel are ordered metalanguages. Since all these metalanguages are sublanguages of they are all embedded languages with respect to the language as a whole.
Metalanguages of formal systems all resolve ultimately to natural language, the 'common parlance' in which mathematicians and logicians converse to define their terms and operations and 'read out' their formulae.

Types of expressions

There are several entities commonly expressed in a metalanguage. In logic usually the object language that the metalanguage is discussing is a formal language, and very often the metalanguage as well.

Deductive systems

A deductive system consists of the axioms and rules of inference that can be used to derive the theorems of the system.

Metavariables

A metavariable is a symbol or set of symbols in a metalanguage which stands for a symbol or set of symbols in some object language. For instance, in the sentence:
The symbols A and B are not symbols of the object language, they are metavariables in the metalanguage that is discussing the object language.

Metatheories and metatheorems

A metatheory is a theory whose subject matter is some other theory. Statements made in the metatheory about the theory are called metatheorems. A metatheorem is a true statement about a formal system expressed in a metalanguage. Unlike theorems proved within a given formal system, a metatheorem is proved within a metatheory, and may reference concepts that are present in the metatheory but not the object theory.

Interpretations

An interpretation is an assignment of meanings to the symbols and words of a language.

Role in metaphor

Michael J. Reddy argues that much of the language we use to talk about language is conceptualized and structured by what he refers to as the conduit metaphor. This paradigm operates through two distinct, related frameworks.
The major framework views language as a sealed pipeline between people:

1. Language transfers people's thoughts and feelings to others
ex: Try to get your thoughts across better.
2. Speakers and writers insert their mental content into words
ex: You have to put each concept into words more carefully.
3. Words are containers
ex: That sentence was filled with emotion.
4. Listeners and writers extract mental content from words
ex: Let me know if you find any new sensations in the poem.
The minor framework views language as an open pipe spilling mental content into the void:

1. Speakers and writers eject mental content into an external space
ex: Get those ideas out where they can do some good.
2. Mental content is reified in this space
ex: That concept has been floating around for decades.
3. Listeners and writers extract mental content from this space
ex: Let me know if you find any good concepts in the essay.

Metaprogramming

Computers follow programs, sets of instructions in a formal language. The development of a programming language involves the use of a metalanguage. The act of working with metalanguages in programming is known as metaprogramming.
Backus–Naur form, developed in the 1960s by John Backus and Peter Naur, is one of the earliest metalanguages used in computing. Examples of modern-day programming languages which commonly find use in metaprogramming include ML, Lisp, m4, and Yacc.

Dictionaries