What is Delphi written in?

It bootstraps via Pascal.

Delphi is an Integrated Development Environment for specific dialect of Object Pascal language, first released in 1995.

Implementation

LayerWritten inNotes
BootstrapPascal (since 1995)Delphi compiler bootstrapped from Turbo Pascal, now self-hosted

Bootstrap chain

Bootstrapping is the process of using a language's own compiler to compile a new version of itself. The very first compiler must be written in another language; once functional, that compiler can compile a self-hosted version. Delphi uses Pascal as part of its bootstrap chain.

See the guide on what is compiler bootstrapping for a walkthrough of how bootstrap chains work in practice.

Explore in the Graph

See Delphi's full lineage, including all implementation and influence relationships, in the interactive graph.

Open Interactive Graph →

Or view the Delphi language page for the complete record.

Related Pages