Hacker News new | ask | show | jobs
by dkhenry 5317 days ago
Functional Programming does deal with concurrency with immutability. And thats how you should deal with it in scala. The fact that you can use mutable constructs in concurrent program is no more a flaw of scala then the fact that I can execute any pointer in C as a function is a flaw of C.
1 comments

Many would argue that this is a flaw of C.