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

I've been using gevent for 12+ years in a large codebase that uses it everwhere. It's wonderful, and I'm totally spoiled by how well it interoperates with code that wasn't designed to be async (especially library code that I don't want to refactor before using). There's no boilerplate. It takes no time to teach new people, and rarely do they even need to understand how async even works to write the correct code. I think it's a shame that asyncio became the defacto approach from cpython, because it would have been so much better for the ecosystem if cpython blessed gevent as the recommended approach. Still, gevent continues to be the best solution today and beyond.


agreed. There is an equivalent in Java - RxJava used extensively and android and somewhat on server. Everytime i use it, i get a lot of hate.

We use it in EdgeChains https://github.com/arakoodev/edgechains




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

Search: