On Thursday, 10 July 2014 at 03:59:15 UTC, logicchains wrote:
Actually, an important question that should be considered: does D want actor-style concurrency, like Erlang and Akka, or CSP-style concurrency, like Rust, Go and Haskell? Or both? Deciding this would allow efforts to be more focused.

AFAICS D already has actor-style concurrency with vibe.d extensions for std.concurrency so this is an easy choice ;)

Reply via email to