Types and Programming Languages

Types and Programming Languages
Author :
Publisher : MIT Press
Total Pages : 646
Release :
ISBN-10 : 9780262303828
ISBN-13 : 0262303825
Rating : 4/5 (825 Downloads)

Book Synopsis Types and Programming Languages by : Benjamin C. Pierce

Download or read book Types and Programming Languages written by Benjamin C. Pierce and published by MIT Press. This book was released on 2002-01-04 with total page 646 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.


Types and Programming Languages Related Books

Types and Programming Languages
Language: en
Pages: 646
Authors: Benjamin C. Pierce
Categories: Computers
Type: BOOK - Published: 2002-01-04 - Publisher: MIT Press

DOWNLOAD EBOOK

A comprehensive introduction to type systems and programming languages. A type system is a syntactic method for automatically checking the absence of certain er
Programming Languages: Concepts and Implementation
Language: en
Pages: 889
Authors: Saverio Perugini
Categories: Computers
Type: BOOK - Published: 2021-12-02 - Publisher: Jones & Bartlett Learning

DOWNLOAD EBOOK

Programming Languages: Concepts and Implementation teaches language concepts from two complementary perspectives: implementation and paradigms. It covers the im
Programming Languages: History and Fundamentals
Language: en
Pages: 830
Authors: Jean E. Sammet
Categories: Mathematics
Type: BOOK - Published: 1969 - Publisher: Prentice Hall

DOWNLOAD EBOOK

Monograph comprising fundamental information on the history and characteristics of approximately 120 programming languages for computer usage - covers technical
Design Concepts in Programming Languages
Language: en
Pages: 1347
Authors: Franklyn Turbak
Categories: Computers
Type: BOOK - Published: 2008-07-18 - Publisher: MIT Press

DOWNLOAD EBOOK

Key ideas in programming language design and implementation explained using a simple and concise framework; a comprehensive introduction suitable for use as a t
Foundations for Programming Languages
Language: en
Pages: 846
Authors: John C. Mitchell
Categories: Computers
Type: BOOK - Published: 1996 - Publisher: Mit Press

DOWNLOAD EBOOK

"Programming languages embody the pragmatics of designing software systems, and also the mathematical concepts which underlie them. Anyone who wants to know how