What is the D plan's to become a used language?
Bienlein via Digitalmars-d
digitalmars-d at puremagic.com
Sat Dec 20 04:45:42 PST 2014
On Saturday, 20 December 2014 at 12:21:49 UTC, Dicebot wrote:
> CSP is not superior to message passing for concurrent server
> programming and D already beats Go in this domain, it is purely
> marketing crap. Stop repeating same statement over and over
> again with no technical data to back it up. Or just go and
> implement CSP if you want it so much - I doubt anyone would
> object merging it if it is already implemented.
A different approach would be to use D's existing multi-threading
model and develop a first class actor system for it like Akka for
Scala/Java. But that would be a big effort and competing with
Akka would be difficult anyway. So, again, an idea to think of
might be to add CSP to D.
More information about the Digitalmars-d
mailing list