HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vphantom

no profile record

Submissions

A short history of ReScript (BuckleScript)

discuss.ocaml.org
3 points·by vphantom·vor 5 Jahren·0 comments

comments

vphantom
·vor 4 Jahren·discuss
That's exactly what version 5 brings: multicore is fully merged in now.
vphantom
·vor 5 Jahren·discuss
I think libraries like Lwt will be the ones to offer the level of abstraction which you're describing. I too would like to see the simplicity of goroutines make it into OCaml 5 ASAP.
vphantom
·vor 5 Jahren·discuss
On parentheses, this is one of the main reasons why I integrated ocamlformat with my editor: I write explicit parentheses around everything and I let the formatter remove the superfluous ones. No surprises or guesswork that way.