Muutke küpsiste eelistusi

Programming Language Design and Implementation 2022 ed. [Pehme köide]

  • Formaat: Paperback / softback, 323 pages, kõrgus x laius: 235x155 mm, kaal: 528 g, 1 Illustrations, color; 81 Illustrations, black and white; XVIII, 323 p. 82 illus., 1 illus. in color., 1 Paperback / softback
  • Sari: Texts in Computer Science
  • Ilmumisaeg: 23-Nov-2023
  • Kirjastus: Springer International Publishing AG
  • ISBN-10: 3031118081
  • ISBN-13: 9783031118081
Teised raamatud teemal:
  • Pehme köide
  • Hind: 57,96 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Tavahind: 68,19 €
  • Säästad 15%
  • Raamatu kohalejõudmiseks kirjastusest kulub orienteeruvalt 2-4 nädalat
  • Kogus:
  • Lisa ostukorvi
  • Tasuta tarne
  • Tellimisaeg 2-4 nädalat
  • Lisa soovinimekirja
  • Formaat: Paperback / softback, 323 pages, kõrgus x laius: 235x155 mm, kaal: 528 g, 1 Illustrations, color; 81 Illustrations, black and white; XVIII, 323 p. 82 illus., 1 illus. in color., 1 Paperback / softback
  • Sari: Texts in Computer Science
  • Ilmumisaeg: 23-Nov-2023
  • Kirjastus: Springer International Publishing AG
  • ISBN-10: 3031118081
  • ISBN-13: 9783031118081
Teised raamatud teemal:
This textbook is intended as a guide for programming-language designers and users to better help them understand consequences of design decisions.

The text aims to provide readers with an overview of the design space for programming languages and how design choices affect implementation. It is not a classical compilers book, as it assumes the reader is familiar with basic compiler implementation techniques; nor is it a traditional comparative programming languages book, because it does not go into depth about any particular language, instead taking examples from a wide variety of programming languages to illustrate design concepts.  Readers are assumed to already have done at least a bit of programming in functional, imperative, and object-oriented languages.

Topics and features:









Provides topic-by-topic coverage of syntax, types, scopes, memory management and more Includes many technical exercises and discussion exercises Inspires readers to think about language design choices, how these interact, and how they can be implemented Covers advanced topics such as formal semantics and limits of computation





Suitable for advanced undergraduates and beginning graduates, this highly practical and useful textbook/guide will also offer programming language professionals a superb reference and learning toolkit.

Arvustused

This book complements the variety of books on compiler design and implementation by considering design choices related to a programming language, and there by enhances its compilers implementation. It does this by illustrating concepts using examples related to various programming languages. In effect, the book is a welcome addition to the world of compiler construction and is bound to remain a fixture in the compiler implementers repertoire for some time. (Nayan Ruparelia, Computing Reviews, May 31, 2024)

1. A Brief History of Programming Languages.- 2. Implementation
Strategies.-
3. Syntax.-
4. Memory Management.- 5. Scopes, Functions, and
Parameter Passing.- 6. Control Structures.-
7. Types.- 8. Modularisation.-
9. Language Paradigms.- 10. Domain-Specic Programming Languages.-
11. Specifying the Semantics of a Programming Language.-
12. Exploring the
Limits.
Torben Mogensen has taught programming language design, implementation, and transformation at the University of Copenhagen for close to three decades. He is the author of the successful Springer textbook, Introduction to Compiler Design.