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

Doesn't OCaml have bad support for concurrency, though? Concurrency is one of the features that people who look into Go are often after.


True concurrency as in concurrent computation yeah, it's a bit awkward. But if you just want async I/O (which covers a lot of cases - if you're rendering a web page based on a database query, being able to handle other requests while you're waiting for the database results is much more important than being able to do the actual HTML rendering in parallel) it's pretty good at that AIUI.




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

Search: