OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 1 month agoDebugging imageslemmy.mlimagemessage-square35fedilinkarrow-up11.31Karrow-down15
arrow-up11.31Karrow-down1imageDebugging imageslemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 1 month agomessage-square35fedilink
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up5·1 month 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