TimeSquirrel to Programmer Humor@lemmy.ml • 18 days agoRecursionlemmy.mlimagemessage-square20fedilinkarrow-up1504arrow-down19file-text
arrow-up1495arrow-down1imageRecursionlemmy.mlTimeSquirrel to Programmer Humor@lemmy.ml • 18 days agomessage-square20fedilinkfile-text
minus-square@Albbi@lemmy.calinkfedilink42•18 days agoIt’s ok, the stack overflow is the exit condition.
minus-square@Albbi@lemmy.calinkfedilink7•18 days agoThat’s too much syntax. I’m just gonna raw dog it.
minus-square@Nighed@feddit.uklinkfedilinkEnglish2•16 days agoI did try that once, you can’t catch stack overflow errors in .net at least. Too fundamentally broken.
minus-square@HiddenLayer555@lemmy.mllinkfedilinkEnglish7•18 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
That’s too much syntax. I’m just gonna raw dog it.
I did try that once, you can’t catch stack overflow errors in .net at least. Too fundamentally broken.