Chris Vine <ch...@cvine.freeserve.co.uk>: > First, there will always be a use for an event loop to do event-loopy > things, irrespective of whether and how a coroutine interface is put > around it. Sometimes you want to abstract things away, sometimes you > don't.
Callback hell is my preferred programming paradigm. Any attempts to abstract it away are going to lead to a worse mess. Marko