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

Erlang

Hello World in Erlang

January 18, 2025 erlanghello-worldbeginnergetting-startedfunctional-programmingconcurrent-programming

Every programming journey starts with Hello World. Let’s write our first Erlang program and explore what makes this concurrent functional language tick.

The Code

Create a file named hello.erl: …

Read more →

Variables and Types in Erlang

March 22, 2026 erlangvariablestypesdata-types

Erlang is a dynamically typed, functional language where all data is immutable and variables are single-assignment. Once a variable is bound to a value, it cannot be changed within the same scope. …

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

  • CONTROL-M/Analyzer
  • ColdFusion
  • CMS Pipelines
  • CMake
  • CLOS

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub