Chris Angelico <[email protected]>: > On Tue, Oct 25, 2016 at 11:09 PM, Marko Rauhamaa <[email protected]> wrote: >> Blocking calls are evil. > > Oh, that's why. Got it. So because blocking calls are fundamentally > evil, we have to... what? What's so bad about them? Remember, not > every program is a server handling myriad clients.
Myriads or not, we are talking about interactive (or reactive) programs. The paradigm of choice is event-driven programming. Marko -- https://mail.python.org/mailman/listinfo/python-list
