| description | An Erlang-node implemented in python |
| homepage URL | http://www.lysator.liu.se/~tab/erlang/py_interface/ |
| owner | tab@lysator.liu.se |
| last change | Mon, 21 Apr 2014 11:49:01 +0000 (21 13:49 +0200) |
| URL | git://repo.or.cz/py_interface.git |
| https://repo.or.cz/py_interface.git | |
| push URL | ssh://repo.or.cz/py_interface.git |
| https://repo.or.cz/py_interface.git (learn more) | |
| bundle info | py_interface.git downloadable bundles |
| content tags |
The py_interface is a python-implementation of an Erlang node. For information on the Erlang programming language, visit the web site http://www.erlang.org/.
The py_interface provides the possibility to create a node that may be used for communication with other Erlang nodes.
Some characteristics:
General programming model: When using the py_interface, the general principle is to register a callback for different purposes, such as incoming messages to the pid, an return from an rpc-call, or a timeout. The callback will get called whenever the message or return value arrives or when the timer times out.
| 14 years ago | 1.1.1 | commitlog | ||
| 14 years ago | 1.1 | commitlog | ||
| 15 years ago | 1.0 | commitlog | ||
| 15 years ago | 0.99 | commitlog | ||
| 15 years ago | 0.98 | commitlog | ||
| 16 years ago | 0.97 | commitlog | ||
| 16 years ago | 0.96 | commitlog | ||
| 17 years ago | 0.95 | commitlog | ||
| 17 years ago | 0.94 | commitlog | ||
| 19 years ago | 0.93 | commitlog | ||
| 21 years ago | 0.92 | commitlog | ||
| 23 years ago | 0.91 | commitlog |
| 11 years ago | master | logtree |
| 19 years ago | origin | logtree |