Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Algol

< >

Algol is a programming language created in 1958.

#452on PLDB 66Years Old

Try now: Riju

ALGOL (short for Algorithmic Language) is a family of imperative computer programming languages, originally developed in the mid-1950s, which greatly influenced many other languages and was the standard method for algorithm description used by the ACM in textbooks and academic sources for more than thirty years. In the sense that the syntax of most modern languages is "Algol-like", it was arguably the most influential of the four high-level programming languages among which it was roughly contemporary: FORTRAN, Lisp, and COBOL. It was designed to avoid some of the perceived problems with FORTRAN and eventually gave rise to many other programming languages, including PL/I, Simula, BCPL, B, Pascal, and C. Read more on Wikipedia...


Example from Riju:
print(("Hello, world!",new line))
Example from Wikipedia:
'BEGIN' WRITE TEXT('('HELLO%WORLD')'); 'END'

Language features

Feature Supported Token Example
Assignment ✓ :=

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io