Concepts, Techniques, and Models of Computer Programming

Concepts, Techniques, and Models of Computer Programming
Author :
Publisher : MIT Press
Total Pages : 944
Release :
ISBN-10 : 0262220695
ISBN-13 : 9780262220699
Rating : 4/5 (95 Downloads)

Book Synopsis Concepts, Techniques, and Models of Computer Programming by : Peter Van Roy

Download or read book Concepts, Techniques, and Models of Computer Programming written by Peter Van Roy and published by MIT Press. This book was released on 2004-02-20 with total page 944 pages. Available in PDF, EPUB and Kindle. Book excerpt: Teaching the science and the technology of programming as a unified discipline that shows the deep relationships between programming paradigms. 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.


Concepts, Techniques, and Models of Computer Programming Related Books

Concepts, Techniques, and Models of Computer Programming
Language: en
Pages: 944
Authors: Peter Van Roy
Categories: Computers
Type: BOOK - Published: 2004-02-20 - Publisher: MIT Press

DOWNLOAD EBOOK

Teaching the science and the technology of programming as a unified discipline that shows the deep relationships between programming paradigms. This innovative
Concepts, Techniques, and Models of Computer Programming
Language: en
Pages: 931
Authors: Peter Van Roy
Categories: Computers
Type: BOOK - Published: 2004-02-20 - Publisher: MIT Press

DOWNLOAD EBOOK

Teaching the science and the technology of programming as a unified discipline that shows the deep relationships between programming paradigms. This innovative
Programming Distributed Computing Systems
Language: en
Pages: 291
Authors: Carlos A. Varela
Categories: Computers
Type: BOOK - Published: 2013-05-31 - Publisher: MIT Press

DOWNLOAD EBOOK

An introduction to fundamental theories of concurrent computation and associated programming languages for developing distributed and mobile computing systems.
Deep Learning for Coders with fastai and PyTorch
Language: en
Pages: 624
Authors: Jeremy Howard
Categories: Computers
Type: BOOK - Published: 2020-06-29 - Publisher: O'Reilly Media

DOWNLOAD EBOOK

Deep learning is often viewed as the exclusive domain of math PhDs and big tech companies. But as this hands-on guide demonstrates, programmers comfortable with
How to Design Programs, second edition
Language: en
Pages: 793
Authors: Matthias Felleisen
Categories: Computers
Type: BOOK - Published: 2018-05-25 - Publisher: MIT Press

DOWNLOAD EBOOK

A completely revised edition, offering new design recipes for interactive programs and support for images as plain values, testing, event-driven programming, an