From: jim Date: Tue, 3 Feb 2015 12:02:54 +0000 (-0500) Subject: add Project Euler X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=26f3b2c919569a4866e86225b771e6fd7cdec0ae add Project Euler --- diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index e4217b81..a6a93423 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -43,7 +43,7 @@ * [Lambda Lessons](http://stevekrouse.github.io/hs.js), experiment with evaluating `map` and `fold` step-by-step * [A Tour of the Haskell Prelude](http://www.letu.edu/people/jaytevis/Programming-Languages/Haskell/tourofprelude.html) * [Ninety-Nine Haskell Problems](https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems), a collection of programming exercises - +* [Project Euler](https://projecteuler.net/), more programming challenges ### Advanced Docs, listed here for reference ###