Programming Language Pragmatics - Scott, Michael; Aldrich, Jonathan; - Prospero Internet Bookshop

Programming Language Pragmatics
 
Product details:

ISBN13:9780323999663
ISBN10:0323999662
Binding:Paperback
No. of pages:992 pages
Size:234x190 mm
Language:English
700
Category:

Programming Language Pragmatics

 
Edition number: 5
Publisher: Morgan Kaufmann
Date of Publication:
 
Normal price:

Publisher's listprice:
EUR 86.95
Estimated price in HUF:
36 884 HUF (35 127 HUF + 5% VAT)
Why estimated?
 
Your price:

33 195 (31 614 HUF + 5% VAT )
discount is: 10% (approx 3 688 HUF off)
The discount is only available for 'Alert of Favourite Topics' newsletter recipients.
Click here to subscribe.
 
Availability:

Not yet published.
 
  Piece(s)

 
Long description:
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
Table of Contents:

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