|
|
|
|
|
by strictfp
3731 days ago
|
|
I would love process isolation on the JVM (several smaller heaps), and I'm not even into the actor model. Plus I can imagine accidental mutability really being a problem. In my Akka course much effort was spent on explaining how to avoid side effect of it (no pun intended). |
|
You do learn not to close over local scopes in futures pretty quickly though.