New Book: PROGRAMMING LANGUAGE PRAGMATICS

webmaster@mkp.com
28 Oct 1999 02:01:16 -0400

          From comp.compilers

Related articles
New Book: PROGRAMMING LANGUAGE PRAGMATICS webmaster@mkp.com (1999-10-28)
New Book: PROGRAMMING LANGUAGE PRAGMATICS iRobot@swbell.net (1999-11-23)
| List of all articles for this month |

From: webmaster@mkp.com
Newsgroups: comp.lang.misc,comp.compilers
Date: 28 Oct 1999 02:01:16 -0400
Organization: Deja.com - Before you buy.
Keywords: books

PROGRAMMING LANGUAGE PRAGMATICS
by Michael L. Scott
Morgan Kaufmann Publishers, October 1999, ISBN: 1-55860-442-1


Programming Language Pragmatics addresses the fundamental principles
at work in the most important contemporary languages, highlights the
critical relationship between language design and language
implementation, and devotes special attention to issues of importance
to the expert programmer. Thanks to its rigorous but accessible
teaching style, you'll emerge better prepared to choose the best
language for particular projects, to make more effective use of
languages you already know, and to learn new languages quickly and
completely.


FEATURES
- Addresses the most recent developments in programming language design,
spanning more than forty different languages, including Ada 95, C, C++,
Fortran 95, Java, Lisp, Scheme, ML, Modula-3, Pascal, and Prolog.
- Places a special emphasis on implementation issues—how the techniques
used by compilers and related tools influence language design, and vice
versa.
- Covers advanced topics in language design and implemenation, such as
iterators, coroutines, templates (generics), separate compilation, I/O,
type inference, and exception handling.
- Reviews language-related topics in assembly-level architecture
critical for understanding what a compiler does to a program.
- Offers in-depth coverage of object-oriented programming, including
multiple inheritance and dynamic method binding.
- Devotes a special section to static and dynamic linking.
- Includes a comprehensive chapter on concurrency, with detailed
coverage of both shared-memory and message-passing languages and
libraries.
- Provides an accessible introduction to the formal foundations of
compilation (automata theory), functional programming (lambda calculus),
and logic programming (predicate calculus).


CONTENTS
Preface -- Introduction -- Programming Language Syntax -- Names, Scopes,
and Bindings -- Semantic Analysis -- Assembly-Level Computer
Architecture -- Control Flow -- Data Types -- Subroutines and Control
Abstraction -- Data Abstraction and Object Orientation -- Alternative
Programming Models: Functional and Logic Languages -- The Back End of
the Compiler -- Concurrency -- Code Improvement -- Appendices


FOR MORE INFORMATION:
http://www.mkp.com/books_catalog/1-55860-442-1.asp


Morgan Kaufmann Publishers
San Francisco, California
http://www.mkp.com
orders@mkp.com


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.