cm0002@lemmy.zip to Programmer Humor@programming.dev · 17 hours agoMore code = more betterlemmy.zipimagemessage-square53fedilinkarrow-up1449arrow-down19
arrow-up1440arrow-down1imageMore code = more betterlemmy.zipcm0002@lemmy.zip to Programmer Humor@programming.dev · 17 hours agomessage-square53fedilink
minus-squarebranch@lemmy.worldlinkfedilinkarrow-up10·15 hours agoI would love to see the implementaion.
minus-squareedinbruh@feddit.itlinkfedilinkEnglisharrow-up14·edit-211 hours agoThe implementation is not very exciting, I capture a variable in python. It could have been done more cleanly. The proof is this. But, I could have made mistakes, it was many years ago. Note that in python you’ll never be able to run is_even(5) the stack cannot handle it Edit: daaaamn, that variable is ugly as hell. I would never do things like that now.
I would love to see the implementaion.
The implementation is not very exciting, I capture a variable in python. It could have been done more cleanly.
The proof is this. But, I could have made mistakes, it was many years ago.
Note that in python you’ll never be able to run
is_even(5)the stack cannot handle itEdit: daaaamn, that variable is ugly as hell. I would never do things like that now.