Cantitate/Preț
Produs

Programming Language Design and Implementation: Texts in Computer Science

Autor Torben Ægidius Mogensen
en Limba Engleză Hardback – 23 noi 2022
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.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 37689 lei  6-8 săpt.
  Springer International Publishing – 23 noi 2023 37689 lei  6-8 săpt.
Hardback (1) 51997 lei  6-8 săpt.
  Springer International Publishing – 23 noi 2022 51997 lei  6-8 săpt.

Din seria Texts in Computer Science

Preț: 51997 lei

Preț vechi: 64996 lei
-20% Nou

Puncte Express: 780

Preț estimativ în valută:
9952 10498$ 8293£

Carte tipărită la comandă

Livrare economică 02-16 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783031118050
ISBN-10: 3031118057
Pagini: 323
Ilustrații: XVIII, 323 p. 82 illus., 1 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.66 kg
Ediția:1st ed. 2022
Editura: Springer International Publishing
Colecția Springer
Seria Texts in Computer Science

Locul publicării:Cham, Switzerland

Cuprins

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

Notă biografică

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.

Textul de pe ultima copertă

This concise 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.
Torben Ægidius Mogensen is Associate Professor at the Dept. of Computer Science at the University of Copenhagen, Denmark.
 

Caracteristici

Provides examples from a variety of languages to illustrate design concepts Organises chapters around core concepts Includes helpful discussion and sketches of implementation