Hacker News new | ask | show | jobs
by raphscallion 4864 days ago
> At least OCaml doesn't pretend to support threading, unlike most other GIL-bound languages.

OCaml does support threading, you don't need LWT of Async for I/O concurrency.

http://caml.inria.fr/pub/docs/manual-ocaml-4.00/manual039.ht...