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

Gleam-Fundamentals

Hello World in Gleam

February 13, 2026 gleamhello-worldbeginnergetting-startedfunctionalbeamtype-safe

Every programming journey starts with Hello World. Let’s write our first Gleam program.

The Code

Create a file named hello.gleam:

1
2
3
4
5
import gleam/io

pub fn main() {
  io.println( …

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

  • Assembler (ARM)
  • Assembler (AMD64)
  • Malbolge
  • Assembler (8051)
  • Assembler

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub