The next time I hear some idiot say ``an array is just a pointer'' I'm going to write an OS in Haskell and remotely install it on their computer.
Name:
Anonymous2016-08-27 4:51
>>72 Tail recursion is different from tail call optimization, in that the stack frame can be handled differently between the two. Tail recursion can work with the new parameter values in-place.