Hacker News new | ask | show | jobs
by abhishekjha 2063 days ago
Surprisingly this is what the akka framework promises : Message passing and immutability of objects.
1 comments

Software usually has state (unless that state is completely kept and managed externally in a database for example). And the state mutates. Simple case example is a big array that has to be processed in place.