ALGOL W

ALGOL W is a programming language. It is based on a proposal for ALGOL X by Niklaus Wirth and Tony Hoare as a successor to ALGOL 60. ALGOL W is a relatively simple upgrade of the original ALGOL 60, adding string, bitstring, complex number and reference to record data types and call-by-result passing of parameters, introducing the while statement, replacing switch with the case statement, and generally tightening up the language. Wikipedia

Created Year: 1966
Developed by: Niklaus WirthTony Hoare

Wikidata: Q1538458

Influenced: Pascal

Programming paradigms: imperative programmingprocedural programmingstructured programming

Language types: procedural programming language

ALGOL W Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in ALGOL W

begin
    write( "Hello World" )
end.

Search on GitHub


Latest data update: 2024-10-09