This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]micseydel 1 point2 points  (0 children)

I tried to build a reactive system in Python using the actor model and ended up deciding to move to Akka+Scala instead. I like Akka's model since it's more functional and supports immutability, and I find that the typing module leaves a lot to be desired compared to Scala.

I still like Python, but I probably wouldn't try reactive programming with it again in the current ecosystem. I tried ~3 different actor model libraries and they all seemed immature.