Sponsorised links
This year
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.
2008
Sponsorised links
2007
Ulisses Costa Blog » Blog Archive » foldr The magic function…
In Haskell we essentially use recursion, this mean defining a function using itself definition.
more magic!
2006
A type-based solution to the "strings problem": a fitting end to XSS and SQL-injection holes?
type-system/category solution to string problem.
