Haskell Resources ================= Introductory ------------ - [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) - [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) Non-Introductory ---------------- - [Typeclassopedia](http://www.haskell.org/haskellwiki/Typeclassopedia) - [Parallel and Concurrent Programming in Haskell](http://chimera.labs.oreilly.com/books/1230000000929/index.html) 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/) - This supports Haskell and a few others languages. - [HackerRank](https://www.hackerrank.com) - [Daily Haskell Exercises](http://dailyhaskellexercise.tumblr.com/) API Search Engines ------------------ - [Hoogle](http://www.haskell.org/hoogle/) - [Hayoo](http://holumbus.fh-wedel.de/hayoo/hayoo.html) 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/) 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) Talks/Videos/Podcasts --------------------- - [The Haskell Cast](http://www.haskellcast.com/) - [NY-Haskell Meetup Talks](https://vimeo.com/rickasaurus) - [Haskell Video Collection (by cdsmith)](https://www.youtube.com/channel/UCJdBP_J2m1rO2kOmC1w4WDw) - [Jekor](http://jekor.com/) - [Haskell from Scratch](https://www.youtube.com/playlist?list=PLxj9UAX4Em-Ij4TKwKvo-SLp-Zbv-hB4B) - [Code Deconstructed](https://www.youtube.com/playlist?list=PLxj9UAX4Em-IBXkvcC3MycLlcxyoi7v8B) - [London Haskell](https://www.youtube.com/channel/UCZZ7IVKAjC8adxao2oxhAag) - [LazyCasts](https://www.youtube.com/channel/UCpMQKdt2SB4PCFl65M1pUug) - [InfoQueue - Haskell](http://www.infoq.com/haskell/) - Various talks (related to Haskell) from various conferences Other ----- - [The Glasgow Haskell Compiler](http://ghc.haskell.org/trac/ghc/) - [lpaste](http://lpaste.net/) - Pastie Service - http://okmij.org/ftp/ - not specifically related to Haskell - [What I Wish I Knew When Learning Haskell](http://dev.stephendiehl.com/hask/) - [Haskell Style Guide (tibbe)](https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md) - [StackOverflow - tagged Haskell](http://stackoverflow.com/questions/tagged/haskell) - [QuestHub Haskell Realm](http://questhub.io/realm/haskell/stencils) [Need Help? - Haskell IRC Channel](http://www.haskell.org/haskellwiki/IRC_channel)