Cantitate/Preț
Produs

Programming Language Pragmatics

Autor Michael Scott, Jonathan Aldrich
en Limba Engleză Paperback – 21 apr 2025
Programming Language Pragmatics is the most comprehensive programming language textbook available today, with nearly 1000 pages of content in the book, plus hundreds more pages of reference materials and ancillaries online. Michael Scott takes theperspective that language design and language implementation are tightly interconnected, and that neither can be fully understood in isolation. In an approachable, readable style, he discusses more than 50 languages in the context of understanding how code isinterpreted or compiled, providing an organizational framework for learning new languages, regardless of platform. This edition has been thoroughly updated to cover the most recent developments in programming language design and provides both a solid understanding of the most important issues driving software development today

  • Provides a complete re-write of the chapter on semantic analysis, using formal inference rules
  • Includes a heavy revision of the chapter on type systems
  • Presents significant updates to the chapters on composite types, object orientation, and code generation
  • Covers new material on ownership types, safe concurrency, asynchronous programming, traits, move constructors, template “concepts,” the LLVM compiler infrastructure, and many other topics
Citește tot Restrânge

Preț: 44464 lei

Preț vechi: 66949 lei
-34% Nou

Puncte Express: 667

Preț estimativ în valută:
8509 8833$ 7095£

Carte nepublicată încă

Doresc să fiu notificat când acest titlu va fi disponibil:

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780323999663
ISBN-10: 0323999662
Pagini: 992
Dimensiuni: 191 x 235 mm
Ediția:5
Editura: ELSEVIER SCIENCE

Cuprins

I. Foundations
1. Introduction
2. Programming Language Syntax
3. Names, Scopes, Bindings
4. Semantic Analysis
5. Target Machine Architecture

II. Core Issues in Language Design
6. Control Flow
7. Data Types
8. Composite Types
9. Subroutines and Control Abstraction
10. Data Abstraction and Object Orientation

III. Alternative Programming Models
11. Functional Languages
12. Logic Languages
13. Concurrency
14. Scripting Languages

IV. A Closer Look at Implementation
15. Building a Runnable Program
16. Run-time Program Management
17. Code Improvement