1.

Record Nr.

UNINA9910260637903321

Autore

Van-Roy Peter

Titolo

Concepts, techniques, and models of computer programming / / Peter Van Roy, Seif Haridi

Pubbl/distr/stampa

Cambridge, Massachusetts : , : MIT Press, , 2004

[Piscataqay, New Jersey] : , : IEEE Xplore, , [2004]

ISBN

0-262-30390-6

1-62870-916-2

0-262-25716-5

1-4175-0176-6

Descrizione fisica

1 PDF (xxvii, 900 pages) : illustrations

Altri autori (Persone)

HaridiSeif

Disciplina

005.1

Soggetti

Computer programming

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Bibliographic Level Mode of Issuance: Monograph

Nota di bibliografia

Includes bibliographical references (pages [853]-862) and index.

Sommario/riassunto

This innovative text presents computer programming as a unified discipline in a way that is both practical and scientifically sound. The book focuses on techniques of lasting value and explains them precisely in terms of a simple abstract machine. The book presents all major programming paradigms in a uniform framework that shows their deep relationships and how and where to use them together.After an introduction to programming concepts, the book presents both well-known and lesser-known computation models ("programming paradigms"). Each model has its own set of techniques and each is included on the basis of its usefulness in practice. The general models include declarative programming, declarative concurrency, message-passing concurrency, explicit state, object-oriented programming, shared-state concurrency, and relational programming. Specialized models include graphical user interface programming, distributed programming, and constraint programming. Each model is based on its kernel language -- a simple core language that consists of a small number of programmer- significant elements. The kernel languages are introduced progressively, adding concepts one by one, thus showing



the deep relationships between different models. The kernel languages are defined precisely in terms of a simple abstract machine. Because a wide variety of languages and programming paradigms can be modeled by a small set of closely related kernel languages, this approach allows programmer and student to grasp the underlying unity of programming. The book has many program fragments and exercises, all of which can be run on the Mozart Programming System, an Open Source software package that features an interactive incremental development environment.