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

Apl

Hello World in APL

December 7, 2025 aplhello-worldbeginnergetting-started

Every programming journey starts with Hello World. In APL, this is remarkably simple - in fact, it’s one of the easiest Hello World programs you’ll ever write.

The Code

Create a file named …

Read more →

Variables and Types in APL

March 3, 2026 aplvariablestypesdata-types

In most languages, variables hold a single value. In APL, every variable holds an array — and that changes everything. A scalar (single number) is just an array of rank 0. A string is a character …

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