Programming Languages: Concepts and Implementation

Programming Languages: Concepts and Implementation
Title Programming Languages: Concepts and Implementation PDF eBook
Author Saverio Perugini
Publisher Jones & Bartlett Learning
Total Pages 889
Release 2021-12-02
Genre Computers
ISBN 128426498X

Download Programming Languages: Concepts and Implementation Book in PDF, Epub and Kindle

Programming Languages: Concepts and Implementation teaches language concepts from two complementary perspectives: implementation and paradigms. It covers the implementation of concepts through the incremental construction of a progressive series of interpreters in Python, and Racket Scheme, for purposes of its combined simplicity and power, and assessing the differences in the resulting languages.

Practical Foundations for Programming Languages

Practical Foundations for Programming Languages
Title Practical Foundations for Programming Languages PDF eBook
Author Robert Harper
Publisher Cambridge University Press
Total Pages 513
Release 2016-04-04
Genre Computers
ISBN 1107150302

Download Practical Foundations for Programming Languages Book in PDF, Epub and Kindle

This book unifies a broad range of programming language concepts under the framework of type systems and structural operational semantics.

Essentials of Programming Languages, third edition

Essentials of Programming Languages, third edition
Title Essentials of Programming Languages, third edition PDF eBook
Author Daniel P. Friedman
Publisher MIT Press
Total Pages 433
Release 2008-04-18
Genre Computers
ISBN 0262062798

Download Essentials of Programming Languages, third edition Book in PDF, Epub and Kindle

A new edition of a textbook that provides students with a deep, working understanding of the essential concepts of programming languages, completely revised, with significant new material. This book provides students with a deep, working understanding of the essential concepts of programming languages. Most of these essentials relate to the semantics, or meaning, of program elements, and the text uses interpreters (short programs that directly analyze an abstract representation of the program text) to express the semantics of many essential language elements in a way that is both clear and executable. The approach is both analytical and hands-on. The book provides views of programming languages using widely varying levels of abstraction, maintaining a clear connection between the high-level and low-level views. Exercises are a vital part of the text and are scattered throughout; the text explains the key concepts, and the exercises explore alternative designs and other issues. The complete Scheme code for all the interpreters and analyzers in the book can be found online through The MIT Press web site. For this new edition, each chapter has been revised and many new exercises have been added. Significant additions have been made to the text, including completely new chapters on modules and continuation-passing style. Essentials of Programming Languages can be used for both graduate and undergraduate courses, and for continuing education courses for programmers.

Concepts in Programming Languages

Concepts in Programming Languages
Title Concepts in Programming Languages PDF eBook
Author John C. Mitchell
Publisher Cambridge University Press
Total Pages 546
Release 2003
Genre Computers
ISBN 9780521780988

Download Concepts in Programming Languages Book in PDF, Epub and Kindle

A comprehensive undergraduate textbook covering both theory and practical design issues, with an emphasis on object-oriented languages.

Types and Programming Languages

Types and Programming Languages
Title Types and Programming Languages PDF eBook
Author Benjamin C. Pierce
Publisher MIT Press
Total Pages 646
Release 2002-01-04
Genre Computers
ISBN 0262303825

Download Types and Programming Languages Book in PDF, Epub and Kindle

A comprehensive introduction to type systems and programming languages. A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of type systems—and of programming languages from a type-theoretic perspective—has important applications in software engineering, language design, high-performance compilers, and security. This text provides a comprehensive introduction both to type systems in computer science and to the basic theory of programming languages. The approach is pragmatic and operational; each new concept is motivated by programming examples and the more theoretical sections are driven by the needs of implementations. Each chapter is accompanied by numerous exercises and solutions, as well as a running implementation, available via the Web. Dependencies between chapters are explicitly identified, allowing readers to choose a variety of paths through the material. The core topics include the untyped lambda-calculus, simple type systems, type reconstruction, universal and existential polymorphism, subtyping, bounded quantification, recursive types, kinds, and type operators. Extended case studies develop a variety of approaches to modeling the features of object-oriented languages.

Design Concepts in Programming Languages

Design Concepts in Programming Languages
Title Design Concepts in Programming Languages PDF eBook
Author Franklyn Turbak
Publisher MIT Press
Total Pages 1347
Release 2008-07-18
Genre Computers
ISBN 0262303159

Download Design Concepts in Programming Languages Book in PDF, Epub and Kindle

Key ideas in programming language design and implementation explained using a simple and concise framework; a comprehensive introduction suitable for use as a textbook or a reference for researchers. Hundreds of programming languages are in use today—scripting languages for Internet commerce, user interface programming tools, spreadsheet macros, page format specification languages, and many others. Designing a programming language is a metaprogramming activity that bears certain similarities to programming in a regular language, with clarity and simplicity even more important than in ordinary programming. This comprehensive text uses a simple and concise framework to teach key ideas in programming language design and implementation. The book's unique approach is based on a family of syntactically simple pedagogical languages that allow students to explore programming language concepts systematically. It takes as premise and starting point the idea that when language behaviors become incredibly complex, the description of the behaviors must be incredibly simple. The book presents a set of tools (a mathematical metalanguage, abstract syntax, operational and denotational semantics) and uses it to explore a comprehensive set of programming language design dimensions, including dynamic semantics (naming, state, control, data), static semantics (types, type reconstruction, polymporphism, effects), and pragmatics (compilation, garbage collection). The many examples and exercises offer students opportunities to apply the foundational ideas explained in the text. Specialized topics and code that implements many of the algorithms and compilation methods in the book can be found on the book's Web site, along with such additional material as a section on concurrency and proofs of the theorems in the text. The book is suitable as a text for an introductory graduate or advanced undergraduate programming languages course; it can also serve as a reference for researchers and practitioners.

Programming Languages: History and Fundamentals

Programming Languages: History and Fundamentals
Title Programming Languages: History and Fundamentals PDF eBook
Author Jean E. Sammet
Publisher Prentice Hall
Total Pages 830
Release 1969
Genre Mathematics
ISBN

Download Programming Languages: History and Fundamentals Book in PDF, Epub and Kindle

Monograph comprising fundamental information on the history and characteristics of approximately 120 programming languages for computer usage - covers technical aspects, language structure, etc. Bibliography at the end of each chapter.