Types and Programming Languages

, by
Types and Programming Languages by Pierce, Benjamin C., 9780262162098
Note: Supplemental materials are not guaranteed with Rental or Used book purchases.
  • ISBN: 9780262162098 | 0262162091
  • Cover: Hardcover
  • Copyright: 1/4/2002

Purchase Options
  • Rent

    (Recommended)

    $77.87
    Term
    Due
    Price
    *This item is part of an exclusive publisher rental program and requires an additional convenience fee. This fee will be reflected in the shopping bag.
  • Buy New

    Usually Ships in 3-5 Business Days

    $110.77
  • eBook

    eTextBook from VitalSource Icon

    Available Instantly

    Online: 365 Days

    Downloadable: Lifetime Access

    *To support the delivery of the digital material to you, a digital delivery fee of $3.99 will be charged on each digital item.
    $58.99*
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.