Programming Language Design and Implementation: Texts in Computer Science
Autor Torben Ægidius Mogensenen Limba Engleză Hardback – 23 noi 2022
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
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 376.89 lei 6-8 săpt. | |
Springer International Publishing – 23 noi 2023 | 376.89 lei 6-8 săpt. | |
Hardback (1) | 519.97 lei 6-8 săpt. | |
Springer International Publishing – 23 noi 2022 | 519.97 lei 6-8 săpt. |
Din seria Texts in Computer Science
- 20% Preț: 474.58 lei
- 20% Preț: 675.35 lei
- 20% Preț: 409.70 lei
- 20% Preț: 306.35 lei
- 20% Preț: 357.55 lei
- 20% Preț: 1197.18 lei
- 20% Preț: 406.21 lei
- 20% Preț: 392.09 lei
- 20% Preț: 305.30 lei
- 20% Preț: 444.93 lei
- 20% Preț: 412.42 lei
- 20% Preț: 444.91 lei
- 20% Preț: 370.59 lei
- 20% Preț: 503.87 lei
- 20% Preț: 370.22 lei
- 20% Preț: 515.34 lei
- 15% Preț: 613.49 lei
- 20% Preț: 355.85 lei
- 20% Preț: 343.40 lei
- 20% Preț: 174.99 lei
- 20% Preț: 318.00 lei
- 20% Preț: 379.71 lei
- 20% Preț: 715.48 lei
- 20% Preț: 638.36 lei
- Preț: 440.52 lei
- 20% Preț: 516.39 lei
- 20% Preț: 344.75 lei
- Preț: 371.35 lei
- 20% Preț: 331.78 lei
- 20% Preț: 597.71 lei
- 20% Preț: 337.66 lei
- 20% Preț: 335.77 lei
- 20% Preț: 339.95 lei
- 20% Preț: 565.98 lei
- 20% Preț: 191.98 lei
- 20% Preț: 328.46 lei
- 23% Preț: 726.93 lei
- 20% Preț: 313.06 lei
- 20% Preț: 573.29 lei
- 20% Preț: 571.05 lei
- Preț: 454.30 lei
- 20% Preț: 524.11 lei
Preț: 519.97 lei
Preț vechi: 649.96 lei
-20% Nou
Puncte Express: 780
Preț estimativ în valută:
99.52€ • 104.98$ • 82.93£
99.52€ • 104.98$ • 82.93£
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
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:
Torben Ægidius Mogensen is Associate Professor at the Dept. of Computer Science at the University of Copenhagen, Denmark.
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
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