Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Language-independent specification
Computer programming standard meant to be interoperable across programming languages

A language-independent specification (LIS) is a programming language specification providing a common interface usable for defining semantics applicable toward arbitrary language bindings.

LIS's are language-agnostic; they mitigate the risk that a certain language binding might reduce compatibility with other languages. An ideal LIS allows the language bindings to take advantage of features of a programming language uncompromisingly.

Examples of LIS include Interface description language, Simplified Wrapper and Interface Generator and Common Language Infrastructure.

Recursive transcompiling can be used to distribute a language independent specification across many different technologies, with each technology potentially keeping an authoritative description of a different part of the specification. Recursive transcompiling provides the general methodology for distributing this authoritative information through the rest of the derivative code pipeline.

We don't have any images related to Language-independent specification yet.
We don't have any YouTube videos related to Language-independent specification yet.
We don't have any PDF documents related to Language-independent specification yet.
We don't have any Books related to Language-independent specification yet.
We don't have any archived web articles related to Language-independent specification yet.

See also