Haskell is Functional Programming Language.
History:
- Lisp/Scheme (1959)
- ML/Ocaml(1979)
- Miranda(1985)
- Haskell 98(2003)
Haskell is neat
- Safe like java/ Compiled => Run well
- Fast like C (Haskell is 1.5x slower than C/Scheme 9.4x/Python 16x/PHP 23x/Ruby 57x)
- Fun like Python
Ressources:
implementations:GHC,Hugs,nhc...
Programs:darcs,hApps,yi