roon@lemmy.ml to Programmer Humor@programming.devEnglish · 7 months agoHilariouslemmy.mlimagemessage-square17fedilinkarrow-up1529arrow-down132cross-posted to: programmerhumor@lemmy.ml
arrow-up1497arrow-down1imageHilariouslemmy.mlroon@lemmy.ml to Programmer Humor@programming.devEnglish · 7 months agomessage-square17fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarePython@programming.devlinkfedilinkarrow-up1·7 months agoYou’re right! That’s actually a really cool point about Generator functions too, them having while(true) loops is very unproblematic :D I’m correcting myself to: function* sorry() { while(true){ yield "I'm sorry"; } }
You’re right! That’s actually a really cool point about Generator functions too, them having while(true) loops is very unproblematic :D
I’m correcting myself to:
function* sorry() { while(true){ yield "I'm sorry"; } }