Haskell
- 30 juin 2014
Learn You a Haskell for Great Good!
Hey yo! This is Learn You a Haskell, the funkiest way to learn Haskell, which is the best functional programming language around. You may have heard of it. This guide is meant for people who have programmed already, but have yet to try functional programming.
The whole thing is completely free to read online, but it’s also available in print and I encourage you to buy as many copies as you can afford!
- 24 juillet 2013 Parallel and Concurrent Programming in Haskell
- 11 décembre 2012 Haskell comme un vrai!
- 19 juin 2009
scalacheck - Google Code
ScalaCheck is a powerful tool for automatic unit testing of Scala and Java programs. It features automatic test case generation and minimization of failing test cases. ScalaCheck started out as a Scala port of the Haskell library QuickCheck, and has since evolved and been extended with features not found in Haskell QuickCheck.
- 5 novembre 2008 Real World Haskell
- 5 novembre 2008 Learn You a Haskell for Great Good!
- 19 octobre 2008 Computerworld - The A-Z of Programming Languages: Haskell
- 4 novembre 2007
Learn Haskell
Learn Haskell in just 5 minutes per day
- 17 septembre 2007 ONLamp.com -- Introduction to Haskell, Part 3: Monads
- 17 septembre 2007 ONLamp.com -- Introduction to Haskell, Part 2: Pure Functions
- 17 septembre 2007 ONLamp.com -- An Introduction to Haskell, Part 1: Why Haskell