CodeArchaeology
  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Delphi

Hello World in Delphi

January 11, 2025 delphiobject-pascalhello-worldbeginnergetting-started

Every programming journey starts with Hello World. Let’s write our first Delphi program using Free Pascal’s Delphi compatibility mode.

The Code

Create a file named hello.dpr:

program …

Read more →

Variables and Types in Delphi

March 17, 2026 delphivariablestypesdata-types

Variables and types are the foundation of any Delphi program. Delphi inherits Pascal’s tradition of explicit, strongly-typed variable declarations — every variable must be declared with a …

Read more →

CodeArchaeology

Exploring programming languages from the popular to the obscure - proving they all still run on modern machines

Quick Links

  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Recent Languages

  • ChaiScript
  • Cairo
  • C/C++ Preprocessor
  • Bzip2
  • C Shell

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub