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 18:43
>>16 Using only 3 variables gives you no memoization though, so { fibs 1000; fibs 1001 } will recompute the same thousand values two times.