A Programming Language Supporting First-Class Parallel Environments (1989)
| Venue: | MIT |
| Citations: | 13 - 7 self |
BibTeX
@TECHREPORT{Jagannathan89aprogramming,
author = {Suresh Jagannathan},
title = {A Programming Language Supporting First-Class Parallel Environments},
institution = {MIT},
year = {1989}
}
Years of Citing Articles
OpenURL
Abstract
Namespace management is fundamental (in a practical sense) to the design of any programming language: how are naming environments built, and how are they used? Modern programming languages come equipped with a variety of mechanisms to create and manipulate naming environments. These mechanisms fall into two broad categories: program structures and data structures. Program structures and data structures are treated differently in modern programming languages. Program structures are not considered to be data structures: they cannot be examined, nor can they be used as components of other data structures. Nor are data structures considered to be programs: they do not specify a scope, nor can they contain expressions as primitive components. This thesis presents a new programming model called the symmetric model in which the representation of programs is identical to the representation of data: to specify a computation, one defines a data structure. This data structure possesses the seman...







