
I am looking for a general Haskell book with syntax reference to self-teach. I have a computer science background, so technical and theoretical is fine. Something similar in size and scope as the Camel book is to perl would be ideal - covering basic language idioms, with a decent language reference, but by no means exhaustive. I have looked at Learn You a Haskell and Real World Haskell online, both of which were accessible but were difficult to follow beyond the basics. I'm not sure if it's the organization of the material or just the learning curve, so I'm open to both if these are hands-down the favorites. Thanks, -Mike

Gentle Introduction to Haskell worked for me: http://www.haskell.org/tutorial/ It’s outdated in theory (covers Haskell 98) but I would not mind. Ondra @satai Nekola
I am looking for a general Haskell book with syntax reference to self-teach. I have a computer science background, so technical and theoretical is fine. Something similar in size and scope as the Camel book is to perl would be ideal - covering basic language idioms, with a decent language reference, but by no means exhaustive.
I have looked at Learn You a Haskell and Real World Haskell online, both of which were accessible but were difficult to follow beyond the basics. I'm not sure if it's the organization of the material or just the learning curve, so I'm open to both if these are hands-down the favorites.
Thanks, -Mike _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Learn You a Haskell is actually my favourite book. The more advanced topics are hard to follow, but you'll find enough materials on the web. Additionally I really liked the section about types and their kinds. I think Real World Haskell is better suited, if you already knew some Haskell and want to get examples for every day use. On 10/01/2013 06:14 PM, Ondrej Nekola wrote:
Gentle Introduction to Haskell worked for me: http://www.haskell.org/tutorial/ It’s outdated in theory (covers Haskell 98) but I would not mind. Ondra @satai Nekola
I am looking for a general Haskell book with syntax reference to self-teach. I have a computer science background, so technical and theoretical is fine. Something similar in size and scope as the Camel book is to perl would be ideal - covering basic language idioms, with a decent language reference, but by no means exhaustive.
I have looked at Learn You a Haskell and Real World Haskell online, both of which were accessible but were difficult to follow beyond the basics. I'm not sure if it's the organization of the material or just the learning curve, so I'm open to both if these are hands-down the favorites.
Thanks, -Mike _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Anyone used 'Haskell School of Music'?
On Tue, Oct 1, 2013 at 12:19 PM, Friedrich Wiemer wrote: Learn You a Haskell is actually my favourite book. The more advanced
topics are hard to follow, but you'll find enough materials on the web.
Additionally I really liked the section about types and their kinds. I think Real World Haskell is better suited, if you already knew some
Haskell and want to get examples for every day use. On 10/01/2013 06:14 PM, Ondrej Nekola wrote: Gentle Introduction to Haskell worked for me:
http://www.haskell.org/tutorial/ It’s outdated in theory (covers
Haskell 98) but I would not mind. Ondra @satai Nekola I am looking for a general Haskell book with syntax reference to
self-teach. I have a computer science background, so technical and
theoretical is fine. Something similar in size and scope as the
Camel book is to perl would be ideal - covering basic language
idioms, with a decent language reference, but by no means
exhaustive. I have looked at Learn You a Haskell and Real World Haskell online,
both of which were accessible but were difficult to follow beyond
the basics. I'm not sure if it's the organization of the material
or just the learning curve, so I'm open to both if these are
hands-down the favorites. Thanks, -Mike _______________________________________________
Beginners mailing list Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners _______________________________________________ Beginners mailing
list Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners _______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners

Hi, aside from the excellent resources already cited, I'd like to add a link to a blog post about Monads, Functors and Applicativeshttp://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictur...by Aditya Bhargava. It really clarified the concept. Also, those pictures are amazing! -- Nadir

I liked those two, and the new Parallel and Concurrent Programming in
Haskell is excellent too. I had a much better understanding of Haskell's
non-strict evaluation after reading it. I'd also recommend checking out
some of the course materials that are available, particularly from
Stanford's CS240h: http://www.scs.stanford.edu/11au-cs240h/
For a more comprehensive list, I collected some of the resources I found
useful when learning Haskell earlier this year:
http://bob.ippoli.to/archives/2013/01/11/getting-started-with-haskell/#recom...
On Tue, Oct 1, 2013 at 8:46 AM, Michael Loegering
I am looking for a general Haskell book with syntax reference to self-teach. I have a computer science background, so technical and theoretical is fine. Something similar in size and scope as the Camel book is to perl would be ideal - covering basic language idioms, with a decent language reference, but by no means exhaustive.
I have looked at Learn You a Haskell and Real World Haskell online, both of which were accessible but were difficult to follow beyond the basics. I'm not sure if it's the organization of the material or just the learning curve, so I'm open to both if these are hands-down the favorites.
Thanks, -Mike
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Hi Micheal,
Probably it's learning curve. I would suggest go with Learn you Haskell and
Real World Haskell. You can also see HSOM[1] and Natural language
processing[2] if want to learn Haskell using some concepts.
[1] http://www.cs.yale.edu/homes/hudak/Papers/HSoM.pdf
[2] http://nlpwp.org/book/
On Tue, Oct 1, 2013 at 9:16 PM, Michael Loegering
I am looking for a general Haskell book with syntax reference to self-teach. I have a computer science background, so technical and theoretical is fine. Something similar in size and scope as the Camel book is to perl would be ideal - covering basic language idioms, with a decent language reference, but by no means exhaustive.
I have looked at Learn You a Haskell and Real World Haskell online, both of which were accessible but were difficult to follow beyond the basics. I'm not sure if it's the organization of the material or just the learning curve, so I'm open to both if these are hands-down the favorites.
Thanks, -Mike
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Michael Loegering wrote:
I am looking for a general Haskell book with syntax reference to self-teach. I have a computer science background, so technical and theoretical is fine. Something similar in size and scope as the Camel book is to perl would be ideal - covering basic language idioms, with a decent language reference, but by no means exhaustive.
I have looked at Learn You a Haskell and Real World Haskell online, both of which were accessible but were difficult to follow beyond the basics. I'm not sure if it's the organization of the material or just the learning curve, so I'm open to both if these are hands-down the favorites.
I can also recommend Graham Hutton. Programming in Haskell. http://www.cs.nott.ac.uk/~gmh/book.html It's basically a rendition of Graham's lecture notes, which means that it's clear and to the point. It's not as cute as Learn You a Haskell, but the scope is similar. If you're completely new to Haskell and you have a background in imperative programming and you're not a mathematician, then you will need to tackle the learning curve by doing exercises. Haskell is not another imperative language with slightly different syntax, it's more like learning programming anew. Best regards, Heinrich Apfelmus -- http://apfelmus.nfshost.com
participants (8)
-
Bob Ippolito
-
Friedrich Wiemer
-
Heinrich Apfelmus
-
Michael Loegering
-
mukesh tiwari
-
Nadir Sampaoli
-
Ondrej Nekola
-
Stuart Nelson