
Hello, First thanks for the help. I looked at both books. book.realworld.haskelll : Nice book with exercises but you need some functions to solve the exercises which are not mentioned in the book. So there it will be very confusing. learnyouahaskell : Also a nice book but without any exercices and in the first chapter a confusing part about list compreshenion. Roelof
Date: Mon, 27 Jun 2011 11:21:37 +0200 Subject: Re: [Haskell-beginners] book question From: raphael.paebst@googlemail.com To: rwobben@hotmail.com CC: beginners@haskell.org
I used Real World Haskell Http:/book.realworldhaskell.org and was very happy with it. There's also Learn You A Haskell For Great Good http://www.learnyouahaskell.com which is probably funnier, but I can't tell you much more about it. For both it is helpful to have some experience with programming in genereal, but these are the first that came to mind.
Raf
On 6/27/11, Roelof Wobben
wrote: Hello, What's a good book for a absolute beginner in Haskell programming with a lot of exercises so I can see if I understand it. Roelof