Programming Language - Modula-2


Modula-2

Modula-2 - Wirth, ETH 1978. Developed as the system language for the
Lilith workstation. The central concept is the module which may be used to
encapsulate a set of related subprograms and data structures, and restrict
their visibility from other portions of the program. Each module has a
definition part giving the interface, and an implementation part. The
language provides limited single-processor concurrency (monitors,
coroutines and explicit transfer of control) and hardware access (absolute
addresses and interrupts). Uses name equivalence. "Programming in
Modula-2", N. Wirth, Springer 1985.
ftp:gatekeeper.dec.com:pub/DEC/Modula-2/m2.tar.Z

Comments, Experience, Additions

Next Language:   Modula-2*


Language Search

 


Browse by Letter

A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z


Modula-2 Programming Language
http://www.programming-languages.co.uk/modula-2.html
Large list of computer programming languages arranged alphabetically, with explanations.






©Copyright 2007 - Programming Languages