OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 5 days agoDebugging imageslemmy.mlimagemessage-square33fedilinkarrow-up11.28Karrow-down15
arrow-up11.27Karrow-down1imageDebugging imageslemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 5 days agomessage-square33fedilink
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up3·5 days agoI was reading Crafting Interpreters. After adding function calls and stack frames, i tested my implementation with the Fibonacci script at the end of the chapter I spent about 2 hours debugging my call stack, and even tested the script in Python Only to realize that Fib(3) is indeed 2
I was reading Crafting Interpreters. After adding function calls and stack frames, i tested my implementation with the Fibonacci script at the end of the chapter
I spent about 2 hours debugging my call stack, and even tested the script in Python
Only to realize that Fib(3) is indeed 2