From 23c6661b1dc45e5c3be44eb08c869aa13d23a181 Mon Sep 17 00:00:00 2001 From: Levi Pearson Date: Thu, 21 Aug 2014 02:18:52 -0600 Subject: [PATCH] added links --- haskell/blogs_links/index.page | 6 ++++++ haskell/tutorials_papers/index.page | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/haskell/blogs_links/index.page b/haskell/blogs_links/index.page index 750313e..3504543 100644 --- a/haskell/blogs_links/index.page +++ b/haskell/blogs_links/index.page @@ -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/) diff --git a/haskell/tutorials_papers/index.page b/haskell/tutorials_papers/index.page index c3c954f..0cda248 100644 --- a/haskell/tutorials_papers/index.page +++ b/haskell/tutorials_papers/index.page @@ -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)