OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 2 months agoDebugging imageslemmy.mlimagemessage-square11fedilinkarrow-up126arrow-down10
arrow-up126arrow-down1imageDebugging imageslemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 2 months agomessage-square11fedilink
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up1·2 months 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