vote up 26 vote down star
26

I've been looking for a decent guide to Haskell for some time, but haven't been able to find one that seems interesting enough to read through and/or makes sense.

I've had prior exposure to Haskell a few years back, but I can't remember much about it. I remember the "Aha!"-feeling was incredible when I finally got it, and it was actually fun to play with, so I'm looking to rediscover the lost art of Haskell.

I'm familiar with Ruby and its functional programming tricks, so I think I'm not completely in the dark. Any links?

flag

16 Answers

vote up 15 vote down check

Some good places to start are:

Other resources:

link|flag
2  
404 Fix first link please: server replies "The system cannot find the path specified." – Ctrl Alt D-1337 Jan 8 at 13:18
vote up 2 vote down

I like Haskell Tutorial for C Programmers. Especially if you are coming from an imperative language background as I do.

link|flag
vote up 2 vote down

In addition to "Real World Haskell", find a copy of "Haskell: The Craft of Functional Programming". Great textbook.

link|flag
vote up 1 vote down

Strange that nobody suggest Real World Haskell. That's IMHO the best Haskell book you currently can get you can get it for on or offline reading http://www.realworldhaskell.org/blog/

link|flag
vote up 1 vote down

I have downloaded 10 slides from this page http://www.cs.nott.ac.uk/~gmh/book.html and going through it for many times. It workz ;)

link|flag
vote up 16 vote down

This looks like it fits the bill in the style of Why's Poignant Guide to Ruby.

http://learnyouahaskell.com/

link|flag
1  
I thought neither Why's Poignant Guide nor Ruby were poignant enough to cause tears. I get their intent and I'm sure they've made a positive impact but I think Haskell and Learn You a Haskell are more stupendous by a long shot. Miran has done a wonderful job and the artwork is top notch. – Jared Updike Aug 12 at 22:18
been using it, not a full knowledge base by any means but a great start. – Dmitri Farkov Oct 7 at 16:32
vote up 3 vote down

Yet Another Haskell Tutorial (PDF) worked for me.

Edit: Updike points out that the text of YAHT has been folded into the Haksell Wikibooks. The PDF is still useful if you (like me) prefer to print out and read on paper.

BTW I have also read A Gentle Introduction To Haskell (also available as PDF). I will definitely not recommend this for beginners. It is only gentle compared to the Haskell Report. However it is a good reference when you have a solid understanding of the language.

link|flag
1  
Great recommendation, but see my above comment about he the text of YAHT was incorporated into the live Wiki book. – Jared Updike Oct 29 '08 at 18:32
Agree re: Gentle Introduction to Haskell. It's great to read to pat yourself on the back once all the concepts have finally sunken in, but there are better resources out there for beginners. – Jared Updike Aug 12 at 22:21
vote up 2 vote down

Real World Haskell is a really good book.

link|flag
vote up 1 vote down

One thing that is really unique about Haskell is that there is a mailing list exactly for beginners. Go to Haskell-Beginners.

Reading books is good, but having some humans to ask is always a great resource, too. Together, I think there is absolutely no reason to say "Haskell is hard to learn because there's no material on it."

You might also want to visit #haskell at irc.freenode.net.

link|flag
vote up 3 vote down

I've been told to look at Programming in Haskell, from Graham Hutton

link|flag
1  
I own this book as at least three other books about Haskell, and I judge it second place after the Haskell school of expression. I have read the Rel Haskell outline and I'm quite sure this will get the best book about Haskell Regards – Friedrich Oct 21 '08 at 8:31
vote up 3 vote down

The Haskell wikibook:

http://en.wikibooks.org/wiki/Haskell

which includes the text from the great tutorial Yet Another Haskell Tutorial.

(The "Generic Haskell User Guide" paper is a fine paper, but I think it is a particularly bad recommendation for a beginning Haskell programmer, as it is more of an academic paper presenting extensions to Haskell and basically a different language "Generic Haskell" (i.e. Haskell with an old version of Generics) instead of standard Haskell 98. <irony>If you were looking for dense reading about Haskell, start with the Haskell 98 report.</irony>)

link|flag
vote up 10 vote down

If you're like me, and like videos of presentations, than this is a good tutorial:

A Taste of Haskell

It's a three-hour tutorial, that uses xmonad as a running example to explain Haskell to experienced (imperative) programmers. The presentation is given by Simon Peyton-Jones who, besides being one of the top Haskell designers, is also a great speaker.

link|flag
vote up 8 vote down

Once you get past the beginning stages, I would highly recommend reading Real World Haskell.

link|flag
vote up 1 vote down

Kevin, is there a specific one (or a few) you recommend? I started there and picked those that seemed high quality, but most were dead boring or just didn't make any sense to me in the beginning, which kind of defeats the point of an introduction.

link|flag
vote up 0 vote down

This is where I started. haskell.org

link|flag
vote up -10 vote down

I found quite a bit here:

http://www.google.com/search?hl=en&safe=active&client=firefox-a&channel=s&rls=org.mozilla%3Aen-US%3Aofficial&hs=CZD&q=Haskell+code&btnG=Search

link|flag
this answer stinks – JasonMichael Sep 23 '08 at 19:17
then why not delete it and get a "Peer Pressure" badge. seriously :-) – Jared Updike Aug 12 at 22:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.