added links

master
Levi Pearson 2014-08-21 02:18:52 -06:00
parent 7d74a2d2bd
commit 23c6661b1d
2 changed files with 18 additions and 0 deletions

View File

@ -18,6 +18,8 @@ format: markdown
* [DoHaskell](http://www.dohaskell.com/about)
* [HaskellNow's Reading Lists](http://www.haskellnow.org/wiki/Reading)
# Email Lists
* [Haskell Cafe](http://www.haskell.org/pipermail/haskell-cafe/)
@ -26,6 +28,10 @@ format: markdown
* [Cabal Devel](http://www.haskell.org/pipermail/cabal-devel/)
# IRC
* [Irc Browse](http://ircbrowse.net/)
# Blogs
* [Edward Z. Yang's Blog - Haskell](http://blog.ezyang.com/category/haskell/)

View File

@ -14,6 +14,8 @@ format: markdown
* [NICTA - Functional Programming Course](https://github.com/NICTA/course)
* [Soccer-Fun Project Page](http://www.cs.ru.nl/P.Achten/SoccerFun/SoccerFun.html)
* [A Gentle Introduction To Haskell](http://www.haskell.org/tutorial/)
* [Yet Another Haskell Tutorial](https://en.wikibooks.org/wiki/Haskell/YAHT)
@ -21,3 +23,13 @@ format: markdown
* [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)
* [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)