Mike Meyer schreef op 17-10-2014 22:07:
On Fri, Oct 17, 2014 at 2:42 PM, Roelof Wobben <r.wobben@home.nl> wrote:
Mike Meyer schreef op 17-10-2014 21:28:
Since we've already pointed out some non-books, I'll point you at:

That includes three intro books: a course textbook from a Yale CS intro to Haskell, an online book intended for experienced programmers, and a book written specifically for the School of Haskell. Being on the SoH gives you two advantages: 1) exercises are presented as active code snippets that you can edit and run in your browser, which means 2) you don't have to figure out how to get a Haskell environment set up on your system.

I have looked at the course but I cannot figure out which beginners course is the best. 

As with any such question, that depends on what you want, what you already know and how you learn. If you're an experienced programmer who wants to write or maintain Haskell code, I'd recommend "Fast and Hard." If you're interested in functional programming and want to use Haskell to learn about it, then try "Introduction to". If you're more curious about Haskell, then try "Basics of".

Thanks,

I have looked at the introduction to course but no exercises I have to do on my own.
Or can I use the exercises of the course where this is pointing to.

Roelof