roon@lemmy.ml to Programmer Humor@programming.devEnglish · 2 年前Hilariouslemmy.mlimagemessage-square17linkfedilinkarrow-up1535arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up1535arrow-down1imageHilariouslemmy.mlroon@lemmy.ml to Programmer Humor@programming.devEnglish · 2 年前message-square17linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarePython@programming.devlinkfedilinkarrow-up1·2 年前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"; } }
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"; } }