cm0002@lemmy.zip to Programmer Humor@programming.dev · 2 months agoMore code = more betterlemmy.zipimagemessage-square25linkfedilinkarrow-up117arrow-down11
arrow-up116arrow-down1imageMore code = more betterlemmy.zipcm0002@lemmy.zip to Programmer Humor@programming.dev · 2 months agomessage-square25linkfedilink
minus-squareedinbruh@feddit.itlinkfedilinkEnglisharrow-up1·2 months 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.
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.