I would like to know your thoughts about the usefulness of a cross-language actor middleware, like something that enables us to write a system in erlang that could interact with actors in scala, for example, but actually using the actor model. For now I'm not concerned with questions like actor creation across languages and so on, but if it's useful to have a middleware like this.
Thanks in advance!