Name:
Anonymous
2013-11-01 10:46
I really really like Haskell.
Haskell is life.
Haskell is love.
Name:
Anonymous
2013-11-01 13:27
Recursive fibonacci still explodes when trying to get 40:th number. Even Python won't explode (when using iterative method).
And please don't tell me about tail recursion. That's just a hack you have to use when you don't have loops.