ioloop as a core concept
In the begininning there was main() and that was good. But under the surface that has changed, it’s still main() but what really happens is dynamic linking, exit handling resources… We’re even throwing garbage collection in for good luck. But, it’s still main(). Why? If you do anything that’s isn’t linear programming you see that [...]