From: mk on
Hello everyone,

Is there smth like AKKA in Python?

http://akkasource.org/

Regards,
mk

From: Chris Rebert on
On Tue, Feb 23, 2010 at 7:59 AM, mk <mrkafk(a)gmail.com> wrote:
> Hello everyone,
>
> Is there smth like AKKA in Python?
>
> http://akkasource.org/

Minus the "distributed" part, yes; there are a few implementations of
actors for Python:
http://www.doc.ic.ac.uk/~jwa/stage/
http://osl.cs.uiuc.edu/parley/
http://candygram.sourceforge.net/candygram.html

It's a variant on the vanilla actor model, but I've heard good buzz about:
http://www.kamaelia.org/

(Unless it wasn't already clear, I haven't used any of these myself.)

Cheers,
Chris
--
http://blog.rebertia.com