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

Ada

Hello World in Ada

December 25, 2025 adahello-worldbeginnergetting-started

Every programming journey starts with Hello World. Let’s write our first Ada program using the GNAT compiler (GNU Ada).

The Code

Create a file named hello.adb:

1
2
3
4
5
6
with Ada.Text_IO; …

Read more →

Variables and Types in Ada

February 27, 2026 adavariablestypesdata-types

Ada’s type system is one of the most powerful and distinctive features in all of programming. Where most languages use types as loose labels that the programmer must remember to respect, Ada …

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