Compiled language

From Vero - Wikipedia
Revision as of 21:05, 22 October 2025 by imported>Cadddr (Mention virtual machines)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description Informally, a compiled language is a programming language that is usually implemented with a compiler rather than an interpreter. Because any language can theoretically be either compiled or interpreted, the term lacks clarity: compilation and interpretation are properties of a programming language implementation, not of a programming language. Some languages have both compilers and interpreters.<ref>Template:Cite web</ref> Furthermore, a single implementation can involve both a compiler and an interpreter. For example, in some environments, source code is first compiled to an intermediate form (e.g., bytecode), which is then interpreted by an application virtual machine.<ref>Template:Cite web</ref> In other environments, a just-in-time compiler selectively compiles some code at runtime, blurring the distinction further.

See also

References

<references />

Template:Types of programming languages


Template:Prog-lang-stub