Functional programming and Haskell
Friday, February 13th, 2009I've been learning some Haskell for fun. Haskell is a functional language, so it's quite different from other languages I know like PHP or C#. One of the main "ideas" of functional programming is immutability - in other words, you can't change the value of a variable after you've defined ...
