𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Programming languages: design and implementation

✍ Scribed by Terrence W. Pratt, Marvin V. Zelkowitz


Publisher
Pearson
Year
2000
Tongue
English
Leaves
668
Edition
4ed.
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Exceptionally comprehensive in approach, this book explores the major issues in both design and implementation of modern programming languages and provides a basic introduction to the underlying theoretical models on which these languages are based. The emphasis throughout is on fundamental conceptsβ€”readers learn important ideas, not minor language differences--but several languages are highlighted in sufficient detail to enable readers to write programs that demonstrate the relationship between a source program and its execution behavior--e.g., C, C++, JAVA, ML, LISP, Prolog, Smalltalk, Postscript, HTML, PERL, FORTRAN, Ada, COBOL, BASIC SNOBOL4, PL/I, Pascal. Begins with a background review of programming languages and the underlying hardware that will execute the given program; then covers the underlying grammatical model for programming languages and their compilers (elementary data types, data structures and encapsulation, inheritance, statements, procedure invocation, storage management, distributed processing, and network programming). Includes an advanced chapter on language semantics--program verification, denotational semantics, and the lambda calculus. For computer engineers and others interested in programming language designs.


πŸ“œ SIMILAR VOLUMES


Programming Language Design and Implemen
✍ Torben Γ†gidius Mogensen πŸ“‚ Library πŸ“… 2022 πŸ› Springer 🌐 English

Exceptionally comprehensive in approach, this book explores the major issues in both design and implementation of modern programming languages and provides a basic introduction to the underlying theoretical models on which these languages are based. The emphasis throughout is on fundamental concepts

Principles of Programming Languages: Des
✍ Bruce J. MacLennan πŸ“‚ Library πŸ“… 1995 πŸ› Oxford University Press 🌐 English

Design is an essential topic for all compuer science students regardless of whether or not they will ever have to create a programming language. The user who understands the motivation for various language facilities will be able to use them more intelligentlu; the compiler writer to implement them