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

TinyKiss

New

A scripting language recorded in the packet-radio niche and dated only to the 1990s - and a case study in a language whose sole surviving trace is its catalogue entry, hidden behind an acronym that ham radio, Japanese paper dolls and an engineering slogan all got to first

Read more →

TMT Pascal

New

TMT Pascal was a commercial 32-bit Pascal compiler sold by TMT Development Corporation from 1996, built to take Turbo and Borland Pascal source straight into protected-mode DOS, OS/2 and Win32 from a single multi-target code generator, with operator overloading, C-style compound assignment and a full 32-bit inline assembler bolted onto the Borland dialect

Read more →

TOM

New

Tom is a pattern matching compiler built at LORIA and Inria in Nancy that grafts term rewriting onto Java and C: %match, algebraic signatures, backquote term construction, rewrite rules and a strategy library, compiled away into ordinary host-language code so that rewriting techniques could be used inside real applications instead of inside a dedicated interpreter

Read more →

TINCL

New

TINCL, The Idiotically Named CGI Language, is a template-and-C preprocessor written in 1998 by Ben Olmstead - the creator of Malbolge - for writing CGI programs at the Colorado School of Mines. A TINCL source file is divided into named sections, mixes literal HTML with escaped blocks of C, and is compiled by a flex-based translator into a C program; the language was never taken past beta, and its distribution archive is lost

Read more →

Tibco MarketSheet Script

New

MarketScript was the postfix command language embedded in MarketSheet, the real-time trading-room display product built by Teknekron Software Systems (later TIBCO) around 1990. Traders wrote scripts like INDU find select red fill on buttons and price alerts to recolour, hide, move and navigate the live market-data sheets on their screens; it had no arithmetic, no variables and no control flow, and it survives today almost entirely inside a patent

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.