Verkauf durch Sack Fachmedien

Ægidius Mogensen

Programming Language Design and Implementation

Medium: Buch
ISBN: 978-3-031-11805-0
Verlag: Springer International Publishing
Erscheinungstermin: 23.11.2022
Lieferfrist: bis zu 10 Tage

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.


Produkteigenschaften


  • Artikelnummer: 9783031118050
  • Medium: Buch
  • ISBN: 978-3-031-11805-0
  • Verlag: Springer International Publishing
  • Erscheinungstermin: 23.11.2022
  • Sprache(n): Englisch
  • Auflage: 1. Auflage 2022
  • Serie: Texts in Computer Science
  • Produktform: Gebunden
  • Gewicht: 682 g
  • Seiten: 323
  • Format (B x H x T): 160 x 241 x 25 mm
  • Ausgabetyp: Kein, Unbekannt
Autoren/Hrsg.

Autoren

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-Speci?c Programming Languages.- 11. Specifying the Semantics of a Programming Language.- 12. Exploring the Limits.