The Little Typer (Mit Press)
Author: Daniel P. Friedman (Author), David Thrane Christiansen (Author), Duane Bibby (Illustrator) &
Publisher finelybook 出版社: The MIT Press
Edition 版本: Illustrated
Publication Date 出版日期: 2018-09-18
Language 语言: English
Print Length 页数: 424 pages
ISBN-10: 0262536439
ISBN-13: 9780262536431
Book Description
An introduction to dependent types, demonstrating the most beautiful aspects, one step at a time.
A program’s type describes its behavior. Dependent types are a first-class part of a language, and are much more powerful than other kinds of types; using just one language for types and programs allows program descriptions to be as powerful as the programs they describe. The Little Typer explains dependent types, beginning with a very small language that looks very much like Scheme and extending it to cover both programming with dependent types and using dependent types for mathematical reasoning. Readers should be familiar with the basics of a Lisp-like programming language, as presented in the first four chapters of The Little Schemer.
The first five chapters of The Little Typer provide the needed tools to understand dependent types; the remaining chapters use these tools to build a bridge between mathematics and programming. Readers will learn that tools they know from programming—pairs, lists, functions, and recursion—can also capture patterns of reasoning. The Little Typer does not attempt to teach either practical programming skills or a fully rigorous approach to types. Instead, it demonstrates the most beautiful aspects as simply as possible, one step at a time.
About the Author
David Thrane Christiansen is a member of the technical staff at Galois, Inc., in Portland, Oregon.
Robert Harper is a Professor of Computer Science at Carnegie Mellon University.
下载地址
相关推荐
Natural Language Processing with Python Updated Edition: From Basics to Advanced Projects
Effective C: An Introduction to Professional C Programming, 2nd Edition
An Introduction to the Method of Fundamental Solutions
Machine Learning Q and AI: 30 Essential Questions and Answers on Machine Learning and AI
Python Network Programming: Conquer all your networking challenges with the powerful Python language
The Nature of Code: Simulating Natural Systems with JavaScript