Explore 75+ Programming Languages

CodeArchaeology

Unearthing programming languages from the popular to the obscure

Discover how languages old and new still run on modern machines — macOS, Windows, and Docker. From FORTRAN to Rust, every language has a story to tell.

hello_world.history
// 1957 - FORTRAN WRITE(*,*) 'Hello, World!' // 1972 - C printf("Hello, World!\n"); // 1995 - Java System.out.println("Hello!"); // 2015 - Rust println!("Hello, World!");
75+ Languages
1957 Oldest Language
100% Runnable Today
Docker Ready to Run

Latest Posts

Recent explorations and discoveries

Scriptol

New

Scriptol is Denis Sureau's object-oriented, XML-aware scripting language that compiles to PHP, C++ or JavaScript rather than running on an interpreter of its own

Read more →

ScriptBasic

New

ScriptBasic is Peter Verhas's free, LGPL-licensed BASIC interpreter written in C, designed to be embedded, extended with C modules, and run as a multi-threaded BASIC application server

Read more →

SELCOPY

New

SELCOPY is a non-structured, interpreted procedural language from Compute (Bridgend) Ltd - first shipped in 1971 as an IBM mainframe SELect-and-COPY utility and still generally available and serviced more than fifty years later

Read more →

Self

New

Self is a prototype-based, dynamically typed object-oriented language and live programming environment created by David Ungar and Randall B. Smith in 1986-87, whose classless object model shaped JavaScript and NewtonScript and whose adaptive-optimizing virtual machine became the direct ancestor of Java's HotSpot JIT

Read more →

ScalaScript

New

ScalaScript is the proprietary, event-driven scripting language underlying Scala Inc.'s digital signage authoring tools - a non-procedural format for describing pages, elements, and playback logic rather than a general-purpose programming language

Read more →

Ready to Start Digging?

Every language guide includes working code examples, Docker images for instant setup, and progressive tutorials from Hello World to advanced topics.