Projects / Candygram

Candygram

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.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  21 Oct 2004 18:50

    No changes have been submitted for this release.

    Release Notes: The behavior of list patterns has been changed to repeat the last element. A single Receiver object may now be used by multiple processes. A Receiver.removeHandler() method has been added. This release can pass a Process subclass to spawn() and spawnLink(). A new wxProcess example class integrates Candygram with wxPython. The FAQ has been updated.

    No changes have been submitted for this release.

    Screenshot

    Project Spotlight

    JSkat

    A Skat game in Java.

    Screenshot

    Project Spotlight

    storebackup

    A tool for making disk space optimized snapshot backups onto another disk.