# Haskell Resources - [Learning Haskell](http://www.haskell.org/haskellwiki/Learning_Haskell) - [Learn You a Haskell for Great Good](http://learnyouahaskell.com/) - [Learn You A Haskell Exercises](https://github.com/noelmarkham/learn-you-a-haskell-exercises) - [Real World Haskell](http://book.realworldhaskell.org/) - [FPComplete's School of Haskell](https://www.fpcomplete.com/school) - [Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell) - [Write Yourself a Scheme in 48 Hours](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours) - [Parallel and Concurrent Programming in Haskell](http://chimera.labs.oreilly.com/books/1230000000929/index.html) ---- - [Natural Language Processing for the Working Programmer (An Introduction to NLP and Haskell)](http://nlpwp.org/book/) - [Intro to Computing with Haskell](http://www.cse.unsw.edu.au/~chak/papers/intro-computing.pdf) - [Haskell the Hard Way - Learn Haskell Fast and Hard](http://yannesposito.com/Scratch/en/blog/Haskell-the-Hard-Way/) - [Haskell School of Music](http://haskell.cs.yale.edu/?post_type=publication&p=112) ## Haskell Courses - [Introduction to Haskell (UPenn/byorgey)](http://www.cis.upenn.edu/~cis194/) - [Introduction to Haskell (University of Virginia/Shuklan)](http://shuklan.com/haskell/) - [Art of Recursion (UPenn/byorgey)](http://www.cis.upenn.edu/~cis39903/) - [Functional Systems in Haskell (Stanford)](http://www.scs.stanford.edu/11au-cs240h/) - [Haskell Course - Tony Morris/NICTA](https://github.com/NICTA/course) - [C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals](http://channel9.msdn.com/Series/C9-Lectures-Erik-Meijer-Functional-Programming-Fundamentals) ## Exercises/Problems/Contests - [HaskellWiki - Programming Contests](http://www.haskell.org/haskellwiki/Programming_contests) - [Haskell 99 Problems](http://www.haskell.org/haskellwiki/H-99:_Ninety-Nine_Haskell_Problems) - [Exercism](http://exercism.io/) - [HackerRank](https://www.hackerrank.com) - [Talentbuddy](http://www.talentbuddy.co/) - [Daily Haskell Exercises](http://dailyhaskellexercise.tumblr.com/) - [Haskell Koans](https://github.com/HaskVan/HaskellKoans) - [Learn You A Haskell Exercises](https://github.com/noelmarkham/learn-you-a-haskell-exercises) - [Rosalind - Bioinformatic Exercises](http://rosalind.info/problems/locations/) ## API Search Engines - [Hoogle](http://www.haskell.org/hoogle/) - [Hayoo](http://holumbus.fh-wedel.de/hayoo/hayoo.html) ## Social/News - [Haskell Reddit](http://www.reddit.com/r/haskell/) - [Haskell Weekly News](http://contemplatecode.blogspot.com/) - [The Haskell Cast](http://www.haskellcast.com/) - [Haskell Planet](http://planet.haskell.org/) - [StackOverflow - tagged Haskell](http://stackoverflow.com/questions/tagged/haskell) - [QuestHub - Haskell Realm](http://questhub.io/realm/haskell) # Talks/Videos/Podcasts - [The Haskell Cast](http://www.haskellcast.com/) - [NY-Haskell Meetup](https://vimeo.com/rickasaurus) - [London Haskell Meetup](https://www.youtube.com/channel/UCZZ7IVKAjC8adxao2oxhAag) - [Haskell Video Collection (compiled by cdsmith)](https://www.youtube.com/channel/UCJdBP_J2m1rO2kOmC1w4WDw) - [Haskell from Scratch](https://www.youtube.com/playlist?list=PLxj9UAX4Em-Ij4TKwKvo-SLp-Zbv-hB4B) - [Code Deconstructed](https://www.youtube.com/playlist?list=PLxj9UAX4Em-IBXkvcC3MycLlcxyoi7v8B) - [InfoQueue - Haskell](http://www.infoq.com/haskell/) ## Algorithms/Data Structures - [Purely Functional Data Structures by Okasaki](http://www.amazon.com/Purely-Functional-Structures-Chris-Okasaki/dp/0521663504) - [Purely Functional Data Structures published since Okasaki](http://cstheory.stackexchange.com/questions/1539/whats-new-in-purely-functional-data-structures-since-okasaki) - More at [HaskellWiki](http://www.haskell.org/haskellwiki/Research_papers/Data_structures) ## Papers - [Why Functional Programming Matters by John Hughes](http://www.cs.kent.ac.uk/people/staff/dat/miranda/whyfp90.pdf) - [The History of Haskell](http://research.microsoft.com/~simonpj/papers/history-of-haskell/index.htm) - [Monads for Functional Programming by Philip Wadler](http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf) - More at the [HaskellWiki](http://www.haskell.org/haskellwiki/Research_papers). ## Other - [The Glasgow Haskell Compiler](http://ghc.haskell.org/trac/ghc/) - [lpaste](http://lpaste.net/) - Pastie Service - [Haskell Style Guide (tibbe)](https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md) [Need Help? - Haskell IRC Channel](http://www.haskell.org/haskellwiki/IRC_channel)