๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

Concepts and techniques of computer programming

โœ Scribed by Peter Van Roy, Seif Haridi


Book ID
127424577
Publisher
The MIT Press
Year
2004
Tongue
English
Weight
2 MB
Edition
draft
Category
Library
ISBN
0262220695

No coin nor oath required. For personal study only.

โœฆ Synopsis


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 featuresan interactive incremental development environment.


๐Ÿ“œ SIMILAR VOLUMES


Concepts, Techniques, and Models of Comp
๐Ÿ“‚ Standards ๐Ÿ“… 2003 ๐ŸŒ English โš– 1 MB

[Site](http://www.info.ucl.ac.be/~pvr/book.html) Review "In almost 20 years since Abelson and Sussman revolutionized the teaching of computer science with their Structure and Interpretation of Computer Programs, this is the first book I've seen that focuses on big ideas and multiple paradigms, a

Concepts, techniques, and models of comp
โœ Peter Van Roy, Seif Haridi ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› MIT Press ๐ŸŒ English โš– 4 MB

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

Concepts of programming languages
โœ Robert W. Sebesta ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› Addison Wesley ๐ŸŒ English โš– 5 MB

From the Publisher: This best-selling book, now in its fourth edition, provides a wide-ranging and in-depth discussion of programming language concepts. As in previous editions, the author describes fundamental concepts of programming languages by presenting design issues of the various language