Cantitate/Preț
Produs

Programming Language Pragmatics

Autor Michael Scott
en Limba Engleză Paperback – 9 dec 2015
Programming Language Pragmatics, Fourth Edition, is the most comprehensive programming language textbook available today. It is distinguished and acclaimed for its integrated treatment of language design and implementation, with an emphasis on the fundamental tradeoffs that continue to drive software development.

The book provides readers with a solid foundation in the syntax, semantics, and pragmatics of the full range of programming languages, from traditional languages like C to the latest in functional, scripting, and object-oriented programming.  This fourth edition has been heavily revised throughout, with expanded coverage of type systems and functional programming, a unified treatment of polymorphism, highlights of the newest language standards, and examples featuring the ARM and x86 64-bit architectures.

  • Updated coverage of the latest developments in programming language design, including C & C++11, Java 8, C# 5, Scala, Go, Swift, Python 3, and HTML 5
  • Updated treatment of functional programming, with extensive coverage of OCaml
  • New chapters devoted to type systems and composite types
  • Unified and updated treatment of polymorphism in all its forms
  • New examples featuring the ARM and x86 64-bit architectures
Citește tot Restrânge

Preț: 41602 lei

Preț vechi: 62246 lei
-33% Nou

Puncte Express: 624

Preț estimativ în valută:
7963 8354$ 6605£

Carte tipărită la comandă

Livrare economică 22 ianuarie-05 februarie 25
Livrare express 24-28 decembrie pentru 16727 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780124104099
ISBN-10: 0124104096
Pagini: 992
Ilustrații: Approx. 170 illustrations
Dimensiuni: 191 x 235 x 43 mm
Greutate: 1.91 kg
Ediția:Revised
Editura: ELSEVIER SCIENCE

Public țintă

Upper-level undergraduate and graduate-level computer science students; programmers, systems and software engineers

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