• Python
      link
      fedilink
      11 year ago

      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"; } }