Hyper Dictionary

English Dictionary Computer Dictionary Video Dictionary Thesaurus Dream Dictionary Medical Dictionary


Search Dictionary:  

Meaning of MODULA-2

 Sponsored Links: 
 
Matching Terms:  modula, modula/r, modula-2*, modula-2+, modula-3, modula-3*, modula-3pi, modula-p, modula-prolog, modular, modular arithmetic, modular c, modular language, modular prolog, modular sb-prolog, modulate, modulated, modulation, modulator

Computing Dictionary
 
 Definition: 

A high-level programming language designed by niklaus wirth at eth in 1978. It is a derivative of pascal with well-defined interfaces between modules, and facilities for parallel computation. Modula-2 was 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). It uses name equivalence.

dec ftp archive

["Programming in Modula-2", N. Wirth, Springer 1985].

 

 

COPYRIGHT © 2000-2008 HYPERDICTIONARY.COM HOME | ABOUT HYPERDICTIONARY