Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Python has await/async; what else do you need for non-blocking, snappy, event-driven UI?


JavaScript didn’t always have async await.

The implementation details also affect runtime performance.

JavaScript rarely blocks execution, it’s what makes it snappy.

For example, Python blocks by default, unless you run your inside a Python async wrapper like asyncio.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: