Opportunities for D
Dicebot via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jul 10 03:43:37 PDT 2014
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 ;)
More information about the Digitalmars-d
mailing list