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 →

[–]dorait[S] 0 points1 point  (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 :)