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

Functional-Programming

Hello World in Standard ML

January 23, 2025 standard-mlsmlhello-worldbeginnergetting-startedfunctional-programming

Every programming journey starts with Hello World. Let’s write our first Standard ML program and explore what makes this influential functional language special.

The Code

Create a file named …

Read more →

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 →

Hello World in OCaml

January 17, 2025 ocamlhello-worldbeginnergetting-startedfunctional-programming

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

The Code

Create a file named hello.ml:

1 …

Read more →

Hello World in Haskell

January 16, 2025 haskellhello-worldbeginnergetting-startedfunctional-programming

Every programming journey starts with Hello World. Let’s write our first Haskell program using GHC (Glasgow Haskell Compiler), the standard Haskell implementation.

The Code

Create a file named …

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

  • AWK
  • SNOBOL
  • Raku
  • Dylan
  • Perl

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub