I think that Functional Programming is almost as much of a hoax as Artificial Intelligence. I have yet to see an interesting piece of code that comes from these FP people.
Name:
Anonymous2015-08-10 17:51
>>15 Of course, if we had mutable state, we'd only need 3 variables. It seems that 'fibs 1000' with either approach would take a lot o space (in the former, in the form of stack space, in the latter in the form of cache memory).