𝔖 Bobbio Scriptorium
✦   LIBER   ✦

Design Concepts in Programming Languages

✍ Scribed by Franklyn A. Turbak, David K. Gifford


Book ID
127457059
Publisher
MIT
Year
2008
Tongue
English
Weight
5 MB
Edition
Illustrated
Category
Library
ISBN-13
9780262201759

No coin nor oath required. For personal study only.

✦ Synopsis


Hundreds of programming languages are in use today—scripting languages for Internet commerce, user interface programming tools, spreadsheet macros, page format specification languages,and many others. Designing a programming language is a metaprogramming activity that bears certain similarities to programming in a regular language, with clarity and simplicity even more important than in ordinary programming. This comprehensive text uses a simple and concise framework to teach key ideas in programming language design and implementation. The book's unique approach is based on a family of syntactically simple pedagogical languages that allow students to explore programming language concepts systematically. It takes as premise and starting point the idea that when language behaviors become incredibly complex, the description of the behaviors must be incredibly simple. The book presents a set of tools (a mathematical metalanguage, abstract syntax, operational and denotational semantics) and uses it to explore a comprehensive set of programming language design dimensions, including dynamic semantics (naming, state, control, data), static semantics (types,type reconstruction, polymporphism, effects), and pragmatics (compilation, garbage collection). The many examples and exercises offer students opportunities to apply the foundational ideas explained in the text. Specialized topics and code that implements many of the algorithms and compilation methods in the book can be found on the book's Web site, along with such additional material as a section on concurrency and proofs of the theorems in the text. The book is suitable as a text for an introductory graduate or advanced undergraduate programming languages course; it can also serve as a reference for researchers and practitioners.


📜 SIMILAR VOLUMES


Design Concepts in Programming Languages
📂 Standards 📅 2008 🏛 Massachusetts Institute of Technology 🌐 English ⚖ 360 KB

Design concepts in programming languages КНИГИ ; ПРОГРАММИНГ Название: Design concepts in programming languages Автор: Franklyn A. Turbak and David K.Gifford, with Mark A. Sheldon.Издательство: Massachusetts Institute of Technology Год: 2008 Страниц: 1347 Формат: pdf Размер: 4.54 Мб ISBN: 978-0-26

Concepts in Programming Languages
✍ John C. Mitchell, Krzysztof Apt 📂 Library 📅 2001 🏛 Cambridge University Press 🌐 English ⚖ 8 MB

This book provides a better understanding of the issues and trade-offs that arise in programming language design and a better appreciation of the advantages and pitfalls of the programming languages used.

Programming Language Design Concepts
✍ David A. Watt 📂 Library 📅 2004 🏛 John Wiley & Sons 🌐 English ⚖ 5 MB

Explains the concepts underlying programming languages, and demonstrates how these concepts are synthesized in the major paradigms: imperative, OO, concurrent, functional, logic and with recent scripting languages. It gives greatest prominence to the OO paradigm. * Includes numerous examples usi

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