Hacker News new | ask | show | jobs
by ashishb 422 days ago
> A lot of the world runs just find on Python (see Django), async is mature and stable.

I never claimed that one should not use `async`, I am only suggesting that be careful about using `async`.

In my experience, a median Go programmer is more comfortable with Go routines than a median Python programmer is with async functions. YMMV.