mutual recursion without threading
801092Feb 6 2011 — edited Feb 8 2011Hello,
I have a question, how can one do mutual recursion without using threading?
What I am trying to do is have the following:
Function 1
Function 2
Function 1
Function 2
Meaning that the function alternate between the other.
I'm not looking for code, possibly pointing to the right direction, I've looked online and have not seen this type of mutual recursion.
Thank you in advance.