Erlang style processes for Python

Jacob Lee artdent at freeshell.org
Thu May 10 18:09:09 EDT 2007


On Thu, 10 May 2007 01:03:39 -0700, jkn wrote:

> Have you seen Candygram?
> 
> http://candygram.sourceforge.net/
> 
> 
>     jon N

I did look at Candygram. I wasn't so keen on the method of dispatch (a
dictionary of lambdas that is passed to the receive function). It also
only works with threads and doesn't communicate across processes.

I definitely used Candygram as a reference point when determining what
features to hoist from Erlang.

-- 
Jacob Lee <artdent at freeshell.org>



More information about the Python-list mailing list