TimeSquirrel to Programmer [email protected] • 8 days agoRecursionlemmy.mlimagemessage-square19fedilinkarrow-up1482arrow-down18file-text
arrow-up1474arrow-down1imageRecursionlemmy.mlTimeSquirrel to Programmer [email protected] • 8 days agomessage-square19fedilinkfile-text
minus-square@[email protected]linkfedilink42•8 days agoIt’s ok, the stack overflow is the exit condition.
minus-square@[email protected]linkfedilinkEnglish2•5 days agoI did try that once, you can’t catch stack overflow errors in .net at least. Too fundamentally broken.
minus-square@[email protected]linkfedilink7•8 days agoThat’s too much syntax. I’m just gonna raw dog it.
minus-square@[email protected]linkfedilinkEnglish7•7 days ago File "<python-input-0>", line 2, in a a() ~^^ [Previous line repeated 988 more times] RecursionError: maximum recursion depth exceeded
It’s ok, the stack overflow is the exit condition.
deleted by creator
I did try that once, you can’t catch stack overflow errors in .net at least. Too fundamentally broken.
That’s too much syntax. I’m just gonna raw dog it.