Reintroduce actors #18666
Replies: 6 comments
-
Merits a discussion! https://github.com/lampepfl/dotty/discussions If they are provided by pekko, are actors called pectors? |
Beta Was this translation helpful? Give feedback.
-
Scala actors were abandoned in no small part because they were already awfully primitive. (I built a system on top of them, but it was very limited.) At this point, they're hopelessly behind the times. The right alternative to Akka, for those who are looking for one, is probably Pekko, which starts out from a mature and reasonably state of the art basis. |
Beta Was this translation helpful? Give feedback.
-
If interested in something lighter weight than Akka/Pekko, there's also https://github.com/com-lihaoyi/castor in Typelevel ecosystem, see discussion at typelevel/cats-effect#2627 |
Beta Was this translation helpful? Give feedback.
-
Speaking of Typelevel, if you're looking for event-sourcing (which as far as I'm concerned was always the killer app of Akka), there's also Edomata: https://github.com/hnaderi/edomata |
Beta Was this translation helpful? Give feedback.
-
The smallest and the most efficient actor is here |
Beta Was this translation helpful? Give feedback.
-
Our smallest and most efficient actor is here |
Beta Was this translation helpful? Give feedback.
-
In regards to the licensing fiasco with Akka and lightbend, it would be great to bring scala actors back from the dead as an alternative to the akka eco-system. Please discuss.
Beta Was this translation helpful? Give feedback.
All reactions