Processing ......

FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title Anatomy of Programming Languages
- Author(s) William R. Cook
- Publisher: The University of Texas
- Hardcover/Paperback N/A
- eBook HTML and PDF (147 pages, 1.0 MB)
- Language: English
- ISBN-10: N/A
- ISBN-13: N/A
- Share This:
![]() |
Book Description
Similar Books:
This book is a series of notes about programming languages, originally written for students of the undergraduate programming languages course at The University of Texas at Austin. It uses Haskell, a pure functional language.
Learn by doing, using Haskell. High-level outline of planned scope:
- Expressions & Variables
- First-class Functions & Closures
- Recursion, Fixed Points, Self-Application
- Aspects of Computation: Errors, State, Non-determinism (Monads)
- Parsing
- Static Analysis, Type Checking
- Data Abstraction: Objects and ADTs
- Inheritance & Delegation
- Domain-Specific Languages
- Partial Evaluation
- William R. Cook is an Associate Professor of Computer Science at The University of Texas at Austin.
- Theory of Programming Languages
- Compiler Construction
- Computer and Programming Languages
- Computer Science
