|
|
|
|
|
by Scorponok
5169 days ago
|
|
I've been curious about this for a while: If you can do concurrent processing so easily by message passing, why not just write Java or C++ that just passes messages around instead of sharing state? That way you don't have to learn a whole new programming language to do it. |
|