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
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
A nested (or hierarchical) 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 grammar of
- The grammar of
Since all of these metalanguages are sublanguages of
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.
Natural semantic metalanguage
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
Metavariables
- Let A and B be arbitrary formulas of a formal language
The symbols A and B are not symbols of the object language
Metatheories and metatheorems
Interpretations
Metalinguistic awareness
- an awareness that language has the potential to go beyond the literal meaning, to further include multiple or implied meanings, formal structures like phonemes, syntax, etc.
- an awareness, therefore, of the flexibility of language through irony, sarcasm and other forms of word play
- an awareness, therefore, too, that language has a structure that can be manipulated
- an awareness that a word is separable from its referent (meaning resides in the mind, not in the name, i.e. Sonia is Sonia, and I will be the same person even if somebody calls me another name)
Metalinguistic awareness is therefore distinct from the notion of engaging with normal language operations, but instead with the process of language use and the exercise of the relevant control.
Currently, the most commonly held conception of metalinguistic awareness suggests that its development is constituted by cognitive control (i.e. selecting and coordinating the relevant pieces of information needed to comprehend the language manipulation) and analysed knowledge (i.e. recognising the meaning and structure of the manipulated language).
Role in metaphor
Michael J. Reddy (1979) 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:
| Stage | Description | Example |
|---|---|---|
| 1 | Language transfers people's thoughts and feelings (mental content) to others | Try to get your thoughts across better |
| 2 | Speakers and writers insert their mental content into words | You have to put each concept into words more carefully |
| 3 | Words are containers | That sentence was filled with emotion |
| 4 | Listeners and readers extract mental content from words | 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:
| Stage | Description | Example |
|---|---|---|
| 1 | Speakers and writers eject mental content into an external space | Get those ideas out where they can do some good |
| 2 | Mental content is reified (viewed as concrete) in this space | That concept has been floating around for decades |
| 3 | Listeners and readers extract mental content from this space | Let me know if you find any good concepts in the essay |
Metaprogramming
Computers follow programs, sets of instructions in formal languages. 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.