Comment on Ask HN: What equivalents of Erlang/OTP exist for other languages?Comments−giancarlostoro11yI'm not an expert in comparing these but there's also:Orbit for the JVM / Scala by EA (BioWare actually)https://github.com/electronicarts/orbitThen there's Orleans by Microsoft for .NET:https://github.com/dotnet/orleansThey feature a concept called Virtual Actors as opposed to other frameworks like Akka for the JVM.−MCRed11yErlang/OTP are not just "actors", and Actors on the JVM aren't actually actors. They're poser actors.
Comments
I'm not an expert in comparing these but there's also:
Orbit for the JVM / Scala by EA (BioWare actually)
https://github.com/electronicarts/orbit
Then there's Orleans by Microsoft for .NET:
https://github.com/dotnet/orleans
They feature a concept called Virtual Actors as opposed to other frameworks like Akka for the JVM.
Erlang/OTP are not just "actors", and Actors on the JVM aren't actually actors. They're poser actors.