Hacker News new | ask | show | jobs
by malingo 4205 days ago
I really enjoy learning about real-world actor-model systems like this. Having access to the source code is even better.

Are there other similar examples?

1 comments

Can't edit my earlier post so I'll reply.

I found this page on other companies & projects using Akka: http://doc.akka.io/docs/akka/2.0.1/additional/companies-usin...

I just learned about Akka recently (by way of Akka.net), and I'm encouraged by these frameworks that look like legitimate alternatives to Erlang. Erlang has always seemed like an extreme measure for implementing a distributed concurrent system, so it's good to know there are Java/Scala/C#/F# options.