Hacker News new | ask | show | jobs
by mlambie 1096 days ago
No, it’s got an active community and fresh developments, so it’s definitely not dead. The concurrency story is/was poor, so some people left Ruby but many remain and many still join.
1 comments

Ruby is really good at concurrency now with non-blocking fibers. https://github.com/socketry/async makes it really easy to use.