Marktplatzangebote
Ein Angebot für € 91,78 €
  • Broschiertes Buch

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…mehr

Produktbeschreibung
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.

Table of contents:
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