*** Welcome to piglix ***

Mesa (programming language)

Mesa
Designed by Computer Systems Laboratory (CSL)
Developer Xerox PARC
First appeared 1976; 41 years ago (1976)
Stable release
Mesa 6.0(Version 41) / July 1981; 35 years ago (1981-07)
Typing discipline Strong, static
Influenced by
ALGOL
Influenced
Java, Modula-2, Cedar

Mesa is a programming language (superseded by the Cedar language) developed in the late 1970s at the Xerox Palo Alto Research Center in Palo Alto, California, United States. The language name was a pun based upon the programming language catchphrases of the time, because Mesa is a "high level" programming language.

Mesa is an ALGOL-like language with strong support for modular programming. Every library module has at least two source files: a definitions file specifying the library's interface plus one or more program files specifying the implementation of the procedures in the interface. To use a library, a program or higher-level library must "import" the definitions. The Mesa compiler type-checks all uses of imported entities; this combination of separate compilation with type-checking was unusual at the time.

Mesa introduced several other innovations in language design and implementation, notably in the handling of software exceptions, thread synchronization, and incremental compilation.

Mesa was developed on the Xerox Alto, one of the first personal computers with a graphical user interface, however most of the Alto's system software was written in BCPL. Mesa was the system programming language of the later Xerox Star workstations, and for the GlobalView desktop environment. Xerox PARC later developed Cedar, which was a superset of Mesa.


...
Wikipedia

...