[Haskell-cafe] Recursion in Haskell
kahl at cas.mcmaster.ca
kahl at cas.mcmaster.ca
Mon Feb 19 08:04:30 EST 2007
>
> For absorbing the functional style of programming (which is what you really
> should be working on at this point),
For functional style and the reasoning attitude associated with lazy
functional programming, the following book is a good introduction:
@Book{Bird-2000,
author = {Richard Bird},
title = {Introduction to Functional Programming using {Haskell}},
year = 2000,
publisher = {Prentice-Hall}
}
This is the second edition of:
@Book{Bird-Wadler-1988,
year = 1988,
title = {Introduction to Functional Programming},
publisher = {Prentice-Hall},
author = {Richard Bird and Phil Wadler}
}
Wolfram
More information about the Haskell-Cafe
mailing list