
The Conception, Evolution, and Application of Functional Programming Languages
by Paul Hudak
Publisher: Yale University 1989
Number of pages: 53
Description:
The foundations of functional programming languages are examined from both historical and technical perspectives. Their evolution is traced through several critical periods. Particular attention is paid to the main features that characterize modern functional languages.
Download or read it online for free here:
Download link
(4.9MB, PDF)
Similar books
Concurrent Programming in Erlangby Robert Virding, Claes Wikstrom, Mike Williams - Prentice Hall PTR
A tutorial of Erlang, a concurrent, functional programming language. The emphasis of this book is on learning through example and a number of well known problems in designing and programming concurrent fault-tolerant real-time systems.
(21446 views)
Professor Frisby's Mostly Adequate Guide to Functional Programming- GitBook
This is a book on the functional paradigm in general. We will use the world's most popular functional programming language: JavaScript. JavaScript will be our means of learning a paradigm, where you apply it is up to you.
(9092 views)
Functional Programming in Pythonby David Mertz - O'Reilly Media
Python is not a functional programming language, but it is a multi-paradigm language that makes functional programming easy to perform. This book examines the functional aspects of the language and points out which options work well and which do not.
(11859 views)
Purely Functional Data Structuresby Chris Okasaki - Carnegie Mellon University
This book describes data structures from the point of view of functional languages. The author includes both classical data structures, such as red-black trees, and a host of new data structures developed exclusively for functional languages.
(11810 views)