HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vphantom

no profile record

comments

vphantom
·4 ปีที่แล้ว·discuss
That's exactly what version 5 brings: multicore is fully merged in now.
vphantom
·5 ปีที่แล้ว·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
·5 ปีที่แล้ว·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.