So it's not like there is a single integer for the recursion limit, it'll depend on how much space a stack frame takes up for your particular function.
w
warriorprincess
06/01/2018, 10:48 AM
That makes sense. I recall being able to reset a recursion limit in certain languages so thought it might be similar.