Compiled language

Compiled language categorizes a programming language as used with a compiler and generally implies not used with an interpreter.

But, since any language can theoretically be compiled or interpreted the term lacks clarity.

In practice, for some languages there are both compilers and interpreters.

[1] In some environments, source code is first compiled to an intermediate form (i.e. bytecode) and then interpreted.

This programming-language-related article is a stub.