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

Well just from experience untangling async calls in python is a nightmare and sometimes hard to reason about. The red/blue function problem is real. Meanwhile dispatching concurrent long-running scripting tasks is basically trivial in elixir (Enum.map over Task.async, then Enum.map over Task.await)


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

Search: