Y
Hacker News
new
|
ask
|
show
|
jobs
by
talder
4354 days ago
How do you feel about the fact that OCaml has no capacity for "real" multithreading? It seems that such capability will only become more important in the future.
2 comments
judk
4354 days ago
Is it obvious that you need threads instead of CSP ?
link
Mikeb85
4354 days ago
Because there are no libraries for concurrency...
Not built in does not mean not possible or available...
link