Mike Meyer schreef op 10-5-2014 22:26:
On Sat, May 10, 2014 at 11:11 AM, Roelof Wobben <r.wobben@home.nl> wrote:
Like I said to another person . Im now following this course: https://www.fpcomplete.com/school/starting-with-haskell/basics-of-haskell

But I get the feeling it's not a good one. Maybe find another tutorial/course where I can learn it the right way and do a lot of exercises so I can see if I understand things right. I learn the best by doing things and not only read about it.

FP Complete is a client of mine, so I may be biased, but I think the SoH is a great place to learn Haskell - being able to muck with the code on the web page to see what things do, including doing exercises right there, is a great tool.

However, there are lots of Haskell tutorials out there, and what is right for one person may not be right for another. For instance, I liked "Real World Haskell" enough to buy the hardcopy, but I know very good Haskell programmers who just can't stand it. They think "Learn You a Haskell" is excellent - and I got to the point where I just couldn't stand reading it.

You could look at those two (google for them). At the SoH in https://www.fpcomplete.com/school/starting-with-haskell, there is also "Introduction to Haskell", which is adopted from a University course,a nd "Haskell Fast & Hard", which was adopted from a popular web tutorial. The last one does have exercises in it as well as the solutions.

Oke,

I have looked at programming in haskell which looks right to me.
I looking at the Fast and Hard  and I looking at Real Word Haskell tommorow.

Thanks for the tip.

Roelof