2014-08-21 05:30:10 +00:00
|
|
|
---
|
|
|
|
title: Haskell Tutorials and Papers
|
|
|
|
toc: no
|
|
|
|
format: markdown
|
|
|
|
...
|
|
|
|
|
|
|
|
* [The Monad Reader - Old Issues](http://www.haskell.org/haskellwiki/The_Monad.Reader/Previous_issues)
|
|
|
|
|
|
|
|
* [The Monad Reader - Recent Issues](http://themonadreader.wordpress.com/)
|
|
|
|
|
|
|
|
* [Typeclassopedia](http://www.haskell.org/haskellwiki/Typeclassopedia)
|
|
|
|
|
|
|
|
* [Journal of Functional Programming - Functional Pearls](http://www.haskell.org/haskellwiki/Research_papers/Functional_pearls)
|
|
|
|
|
|
|
|
* [NICTA - Functional Programming Course](https://github.com/NICTA/course)
|
|
|
|
|
2014-08-21 08:18:52 +00:00
|
|
|
* [Soccer-Fun Project Page](http://www.cs.ru.nl/P.Achten/SoccerFun/SoccerFun.html)
|
|
|
|
|
2014-08-21 05:30:10 +00:00
|
|
|
* [A Gentle Introduction To Haskell](http://www.haskell.org/tutorial/)
|
|
|
|
|
|
|
|
* [Yet Another Haskell Tutorial](https://en.wikibooks.org/wiki/Haskell/YAHT)
|
|
|
|
|
|
|
|
* [A Lightning Tour of Haskell - John Hughes](http://www.cse.chalmers.se/~rjmh/Combinators/LightningTour/index.htm)
|
|
|
|
|
|
|
|
* [You Could Have Invented Monads - Dan Piponi](http://blog.sigfpe.com/2006/08/you-could-have-invented-monads-and.html)
|
2014-08-21 08:18:52 +00:00
|
|
|
|
|
|
|
* [Write Yourself a Scheme in 48 Hours](http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)
|
|
|
|
|
|
|
|
* [Conrad Barski's Haskell Tutorial](http://www.lisperati.com/haskell/)
|
|
|
|
|
|
|
|
* [School of Haskell Tutorials](https://www.fpcomplete.com/school?show=all)
|
|
|
|
|
|
|
|
* [Justin Le's Streaming Huffman Compression in Haskell](http://blog.jle.im/entries/series/+huffman-compression)
|
|
|
|
|
|
|
|
* [Graham Hutton/Richard Bird's Sudoku Solver](http://www.cs.nott.ac.uk/~gmh/sudoku.lhs)
|