Skip to content

Comment on Ask HN: What equivalents of Erlang/OTP exist for other languages?

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.