Jan
07
A Couple of Things that I Like About Haskell
Filed Under (Development) by on 07-01-2009
Tagged Under : Haskell
- Mathiness. ‘ is actually a valid character for variable naming. This means that the variables x, x’, and x” can be used inside programs.
- Recursion. Well, it’s just easier and a little bit mathier, isn’t it?
- Iteration is replaced with Tail Recursion.
- It’s different. This is not C#. This is not Java. This is not even F#. This is real functional programming. It really makes you think in a new way.