TimeSquirrel@kbin.melroy.org to Programmer Humor@lemmy.ml · 1 month agoRecursionlemmy.mlimagemessage-square20fedilinkarrow-up1506arrow-down19file-text
arrow-up1497arrow-down1imageRecursionlemmy.mlTimeSquirrel@kbin.melroy.org to Programmer Humor@lemmy.ml · 1 month agomessage-square20fedilinkfile-text
minus-squareAlbbi@lemmy.calinkfedilinkarrow-up42·1 month agoIt’s ok, the stack overflow is the exit condition.
minus-squareAlbbi@lemmy.calinkfedilinkarrow-up7·1 month agoThat’s too much syntax. I’m just gonna raw dog it.
minus-squareNighed@feddit.uklinkfedilinkEnglisharrow-up2·29 days agoI did try that once, you can’t catch stack overflow errors in .net at least. Too fundamentally broken.
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up7·1 month 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.