A Gentle Introduction to Haskell

A Gentle Introduction to Haskell

An introduction to Haskell, a general purpose, purely functional programming language incorporating many recent innovations in programming language design.

Publication date: 01 Jun 2000

ISBN-10: n/a

ISBN-13: n/a

Paperback: n/a

Views: 28,638

Type: N/A

Publisher: n/a

License: n/a

Post time: 24 Mar 2005 08:43:16

A Gentle Introduction to Haskell

A Gentle Introduction to Haskell An introduction to Haskell, a general purpose, purely functional programming language incorporating many recent innovations in programming language design.
Tag(s): Functional Programming
Publication date: 01 Jun 2000
ISBN-10: n/a
ISBN-13: n/a
Paperback: n/a
Views: 28,638
Document Type: N/A
Publisher: n/a
License: n/a
Post time: 24 Mar 2005 08:43:16
:santagrin: This book was suggested by pr_tiglao

Book excerpts:

The purpose of this tutorial is not to teach programming, nor even to teach functional programming. Rather, it is intended to serve as a supplement to the Haskell Report, which is otherwise a rather dense technical exposition. The goal is to provide a gentle introduction to Haskell for someone who has experience with at least one other language, preferably a functional language (even if only an "almost-functional" language such as ML or Scheme).

The Haskell language has evolved significantly since its birth in 1987. This tutorial deals with Haskell 98. Older versions of the language are now obsolete; Haskell users are encouraged to use Haskell 98. There are also many extensions to Haskell 98 that have been widely implemented. These are not yet a formal part of the Haskell language and are not covered in this tutorial.

The general strategy for introducing Haskell language features is this: motivate the idea, define some terms, give some examples, and then point to the Report for details. The readers should however, completely ignore the details until the Gentle Introduction has been completely read. On the other hand, Haskell's Standard Prelude (in Appendix A of the Report and the standard libraries) contain lots of useful examples of Haskell code; readers are encouraged a thorough reading once this tutorial is completed. This will not only give the readers a feel for what real Haskell code looks like, but will also familiarize them with Haskell's standard set of predefined functions and types.

Finally, the Haskell web site, http://www.haskell.org/ , has a wealth of information about the Haskell language and its implementations.




About The Author(s)


No information is available for this author.

Joseph Fasel

No information is available for this author.


No information is available for this author.

Paul Hudak

No information is available for this author.


No information is available for this author.

John Peterson

No information is available for this author.


Book Categories
Sponsors