Haskell library reference
February 22nd, 2007
I was completely unaware of many of Haskell’s useful libraries until i stumbled upon a nice reference .
Haskell prelude
February 1st, 2007
It’s always nice to have a tour of the Haskell prelude close when one needs to check up on some function in the prelude.
Artificial neural nets in Haskell
January 28th, 2007
Artificial neural nets just strikes me as something that would fit perfectly with functional programming. A nice project would therefor be to implement a simple framework for artificial neural nets along with some learning algorithms in Haskell.