Hacker News new | ask | show | jobs
by FridgeSeal 3217 days ago
I'm sure someone will correct me here, but in my experience, Pythons Async model is a cluster-fuck.

It feels very much like it was just kind of thrown in to keep up with the trends, without any thought as to whether it made sense or whether it was the most "Pythonic" way of implementing it.

1 comments

A lot of thought was put into it, including input from designs ten years older. Whether it is a good design I'll leave to others as I haven't used it much.