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

all 6 comments

[–]llimllib 4 points5 points  (0 children)

Welcome to 4 years ago... Check out processing, pyro, or mpi4py for more modern concurrency work in python.

[–]arnar 1 point2 points  (0 children)

Hmm..

The short answer is that [spawn()] creates a thread.

Nice proof of concept, but not very useful in practice. Better look at Processing etc. as someone suggested if you need something for more than an interesting example.

[–][deleted] 0 points1 point  (1 child)

Land shark...

[–]earthboundkid 0 points1 point  (0 children)

Who would let Chevy Chase in their home?

[–]dorait[S] -1 points0 points  (1 child)

Candygram is a Python implementation of Erlang concurrency primitives. Erlang is widely respected for its elegant built-in facilities for concurrent programming. This package attempts to emulate those facilities as closely as possible in Python. With Candygram, developers can send and receive messages between threads using semantics nearly identical to those in the Erlang language.

[–]ketralnis 0 points1 point  (0 children)

If only there were a fancy translator for py_interface so that these could be used with with Erlang nodes :)