Skip to content

Functional Programming

Best in textbook rentals since 2012!

ISBN-10: 0134841972

ISBN-13: 9780134841977

Edition: 1988

Authors: Richard Bird, Philip Wadler

List price: $15.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

This is a thorough introduction to the fundamental concepts of functional programming.The book clearly expounds the construction of functional programming as a process of mathematical calculation, but restricts itself to the mathematics relevant to actual program construction. It covers simple and abstract datatypes, numbers, lists, examples, trees, and efficiency. It includes a simple, yet coherent treatment of the Haskell class; a calculus of time complexity; and new coverage of monadic input-output.
Customers also bought

Book details

List price: $15.95
Copyright year: 1988
Publisher: Prentice Hall PTR
Binding: Paperback
Pages: 293
Size: 5.91" wide x 9.06" long
Weight: 0.704
Language: English

Fundamental Concepts
Simple Datatypes
Numbers
Lists
Examples
Trees
Efficiency
Abstract Datatypes
Monads and Interaction
Case Study