Question: I have try to implement trampoline for a cps version of fibonacci function. But I can’t make it fast (add cache) and support mutual_recursion. The implement code: Here is the runnable example. It is too slow to run the ...
Question: I have try to implement trampoline for a cps version of fibonacci function. But I can’t make it fast (add cache) and support mutual_recursion. The implement code: Here is the runnable example. It is too slow to run the ...