
Programming Languages
Principles and Paradigms
McGraw-Hill Publishing Co.
Published on 1. November 2001
Book
Paperback/Softback
978-0-07-112280-1 (ISBN)
Description
"Programming Languages: Principles and Paradigms" by Allen Tucker and Robert Noonan is an exciting first edition for the programming languages course. The text covers all of the major design topics and language paradigms in a coherent and modern fashion. "Programming Languages: Principles and Paradigms" gives a complete, hands-on treatment of principles that uses formal grammar, type system and denotational semantics along with presenting and contrasting the major programming paradigms. The book integrates its coverage of formal semantics into its coverage of major language design topics, and programming paradigms with integrated coverage of formal semantics. This integration is, in part, accomplished through the use of a small imperative language, which the authors call "Jay." Additionally, this book focuses on one language per paradigm (except for functional programming, where both Scheme and Haskell are used). This allows for a deeper understanding of the language paradigm, rather than a survey of all the languages that are part of it. This book also discusses two modern programming paradigms, event-driven programming and concurrent programming.
More details
Language
English
Place of publication
London
United Kingdom
Publishing group
McGraw-Hill Education - Europe
Target group
College/higher education
Illustrations
bibliography
Dimensions
Height: 228 mm
Width: 185 mm
Thickness: 30 mm
Weight
771 gr
ISBN-13
978-0-07-112280-1 (9780071122801)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Content
Preface Chapter 1 Overview Chapter 2 Syntax Chapter 3 Type Systems and Semantics Chapter 4 Imperative Programming Chapter 5 Memory Management Chapter 6 Exception Handling Chapter 7 Object-Oriented Programming Chapter 8 Functional Programming Chapter 9 Logic Programming Chapter 10 Event-Driven Programming Chapter 11 Concurrent Programming Summary of Notations Language Jay-A Formal Description Java Tutorial Scheme Tutorial Prolog Tutorial Bibliography