Modula-2



Website: www.modula2.org

Designed by: Niklaus Wirth

Programming paradigms: imperative, structured, modular, data and procedure hiding, concurrent


Modula-2 is a structured, procedural programming language developed between 1977 and 1985/8 by Niklaus Wirth at ETH Zurich.

It was created as the language for the operating system and application software of the Lilith personal workstation.

It was later used for programming outside the context of the Lilith.

Wirth viewed Modula-2 as a successor to his earlier programming languages Pascal and Modula.

The main concepts are: The module as a compiling unit for separate compiling The coroutine as the basic building block for concurrent processes Types and procedures that allow access to machine-specific dataThe language design was influenced by the Mesa language and the Xerox Alto, both from Xerox PARC, that Wirth saw during his 1976 sabbatical year there.

The computer magazine Byte devoted the August 1984 issue to the language and its surrounding environment.Modula-2 was followed by Modula-3, and later by the Oberon series of languages.