|
|
|
|
|
by ninjakeyboard
2225 days ago
|
|
"I think there's a sweet spot for a language that accepts mutability inside of actors, but only allows immutable objects to be sent as messages, with an escape hatch available if needed." That's kind of what akka is on scala or java.
Messages are immutable _BY CONVENTION_ but you can do whatever you want. |
|