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
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.

Types and Programming Languages

Types and Programming Languages
Title Types and Programming Languages PDF eBook
Author Benjamin C. Pierce
Publisher MIT Press
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.

Programming Language Foundations

Programming Language Foundations
Title Programming Language Foundations PDF eBook
Author Aaron Stump
Publisher John Wiley & Sons
Pages 144
Release 2013-09-23
Genre Computers
ISBN 1118007476

Download Programming Language Foundations Book in PDF, Epub and Kindle

Programming Language Foundations is a concise text that covers a wide range of topics in the mathematical semantics of programming languages, for readers without prior advanced background in programming languages theory. The goal of the book is to provide rigorous but accessible coverage of essential topics in the theory of programming languages. Stump’s Programming Language Foundations is intended primarily for a graduate-level course in programming languages theory which is standard in graduate-level CS curricula. It may also be used in undergraduate programming theory courses but ONLY where students have a strong mathematical preparation.

Concepts in Programming Languages

Concepts in Programming Languages
Title Concepts in Programming Languages PDF eBook
Author John C. Mitchell
Publisher Cambridge University Press
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.

Practical Foundations of Mathematics

Practical Foundations of Mathematics
Title Practical Foundations of Mathematics PDF eBook
Author Paul Taylor
Publisher Cambridge University Press
Pages 590
Release 1999-05-13
Genre Mathematics
ISBN 9780521631075

Download Practical Foundations of Mathematics Book in PDF, Epub and Kindle

This book is about the basis of mathematical reasoning both in pure mathematics itself (particularly algebra and topology) and in computer science (how and what it means to prove correctness of programs). It contains original material and original developments of standard material, so it is also for professional researchers, but as it deliberately transcends disciplinary boundaries and challenges many established attitudes to the foundations of mathematics, the reader is expected to be open minded about these things.

Foundations of Object-oriented Languages

Foundations of Object-oriented Languages
Title Foundations of Object-oriented Languages PDF eBook
Author Kim B. Bruce
Publisher MIT Press
Pages 416
Release 2002
Genre Computers
ISBN 9780262025232

Download Foundations of Object-oriented Languages Book in PDF, Epub and Kindle

A presentation of the formal underpinnings of object-oriented programming languages.

Foundations of Programming Languages

Foundations of Programming Languages
Title Foundations of Programming Languages PDF eBook
Author Kent D. Lee
Publisher Springer
Pages 365
Release 2015-01-19
Genre Computers
ISBN 3319133144

Download Foundations of Programming Languages Book in PDF, Epub and Kindle

This clearly written textbook introduces the reader to the three styles of programming, examining object-oriented/imperative, functional, and logic programming. The focus of the text moves from highly prescriptive languages to very descriptive languages, demonstrating the many and varied ways in which we can think about programming. Designed for interactive learning both inside and outside of the classroom, each programming paradigm is highlighted through the implementation of a non-trivial programming language, demonstrating when each language may be appropriate for a given problem. Features: includes review questions and solved practice exercises, with supplementary code and support files available from an associated website; provides the foundations for understanding how the syntax of a language is formally defined by a grammar; examines assembly language programming using CoCo; introduces C++, Standard ML, and Prolog; describes the development of a type inference system for the language Small.