Hacker News new | ask | show | jobs
by rurban 670 days ago
And most of our OS' and stdlib's are riddled with blocking IO, where only the OS does the work-stealing.

Beam is an incredibly slow VM, but in situations where everybody is waiting on IO, Beam is king.