HN user

satoru42

31 karma
Posts0
Comments19
View on HN
No posts found.

Yes, this reminds me of meta-programming in languages like Python, it's useful if you want to create a framework like Django, but if you work on products, chances are good you should not use it.

The bottom-line is that if I were tasked with implementing a server that must handle thousands of concurrent users (or substitute your other favorite async use-case), I would pick gevent or a tool like golang over asyncio every time.

Me too! If I have to remember to add await and async to avoid accidentally breaking my code, why don't I just write in Go instead? At least I get some safety checks from the compiler.

It is said that in many cities in China the governments actually did something similar. They broke parts of the roads repeatedly so that they could rebuild them later.